-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Click on the HTML input box can't open the system input keyboard #31
Comments
Flutter_webview_plugin can open the system input keyboard, But I think flutter_inappbrowser has more features |
Any update on this or plans to implement this? Very critical to have this feature. Appreciate your response |
For the Inline webview widget, It not depends on me but on the implementation of AndroidView from the Flutter Team! They need to update their implementation in order to do something like this! 😞 The Flutter_webview_plugin can do this because the widget is not integreted in the Flutter widget tree. |
Missed that out while reading the readme doc. Thanks |
Hi, Best! |
This has been fixed. Also, this plugin changed its name to |
When loading an HTML page using the embedded WebView in Android, if there is an input box in the html page.When the input box gets the focus, the system input method keyboard does not pop up correctly.
How can the webview open system keyboard input method?
Thank!
The text was updated successfully, but these errors were encountered: