-
Notifications
You must be signed in to change notification settings - Fork 936
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
WebView doesn't bring up keyboard on text fields #403
Comments
I am also getting this in the terminal every time I tap on a text field: W/cr_AwAutofillManager(25673): WebView autofill is disabled because WebView isn't created with activity context. |
Yep. I have the same issue. |
same here, any fixes yet? |
use resizeToAvoidBottomInset: true it works for me |
I tried Here is the exception when a text field in a webview is tapped.
One more piece of context. We are using the |
that seems strange, keyboard shows on my emulator and devices (pixel 3, pixel, nexus 6p). Can you guys check if that works for |
I am experiencing this issue on Android devices using the example provided here:
https://github.com/fluttercommunity/flutter_webview_plugin/blob/master/example/lib/main.dart
Tapping on a text field on a webpage within webview does not make a focus node (not sure if that's the right terminology). No keyboard is coming up and tap-and-hold doesn't bring up the copy/paste/etc dialog. A curser is blinking but does not seem focused on the text field.
Tested this on Samsung Galaxy 9+ and the nexus5 / pixel c emulators and ios emulator (ios12.2 iphone 10s).
The text was updated successfully, but these errors were encountered: