Skip to content

Commit b900c0a

Browse files
committed
🌹 Add info about keyboard not showing to readme
1 parent e06261d commit b900c0a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,7 @@ When you use this package for the first time, there are some problems you may ha
229229
String accessToken = Uri.parse(result).queryParameters['access-token'];
230230
String userId = Uri.parse(result).queryParameters['user_id'];
231231
```
232+
233+
### Cannot open keyboard on iOS
234+
235+
This seems to be a bug in `ASWebAuthenticationSession`, and no work around have been found. Please see [issue #120](https://github.com/LinusU/flutter_web_auth/issues/120) for more info.

0 commit comments

Comments
 (0)