-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard not showing when activating text field in web view #17
Comments
Seems like this was also a known issue before the fork: LinusU#120 |
Here a similar issue seems to occur with SwiftUI / native code: https://developer.apple.com/forums/thread/661132 Though a bit surprised that I don't find any reports on StackOverflow etc. if this would be a broader issue. |
This seems like it is a broader issue. However, just for testing: Could you try setting the |
The issue is present with both variants of |
That's weird. But that being said, I co not think this is an issue with |
FYI, this seems fixed for me since iOS 16.1.1 (or maybe even earlier, but this is the oldest version where I can reliable log in). |
Interesting, thanks for the update! I will update the troubleshooting guide accordingly and link to this issue. If there are any further problems, please let me know :) |
Describe the bug
We use this plugin in conjunction with Azure AD to sign into company accounts.
Bringing up the the "in-app browser" (
ASWebAuthenticationSession
) on iOS works fine, but sometimes tapping into the username/email field in the Microsoft login page does not bring up the keyboard. (The field is also auto-focused on the initial page, but alas the keyboard is not showing.)I see no errors in the console, and the login screen of our Flutter app is also not doing anything "special" with the Keyboard (no Flutter-field even had focus until this point), so I don't have a guess as to what could be the issue here right now.
To Reproduce
Steps to reproduce the behavior:
flutter_web_auth_2
Expected behavior
The in-app browser should work normally. Focusing a text field should bring up the keyboard.
Screenshots
As you can see the field is active (showing the menu), but the keyboard has not shown.
Device
flutter_web_auth_2
flutter_web_auth_2
version:1.1.2
The text was updated successfully, but these errors were encountered: