Skip to content
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

Closed
dchaofei opened this issue Dec 24, 2018 · 6 comments
Closed

Click on the HTML input box can't open the system input keyboard #31

dchaofei opened this issue Dec 24, 2018 · 6 comments

Comments

@dchaofei
Copy link

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!

@dchaofei
Copy link
Author

Flutter_webview_plugin can open the system input keyboard, But I think flutter_inappbrowser has more features

@bvedam
Copy link

bvedam commented Jan 2, 2019

Any update on this or plans to implement this? Very critical to have this feature. Appreciate your response

@pichillilorenzo
Copy link
Owner

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.

@bvedam
Copy link

bvedam commented Jan 3, 2019

Missed that out while reading the readme doc. Thanks

@ShiroYacha
Copy link

Hi,
I see that this is still pending from the Flutter dev side but I want to know if there is a workaround for my scenario. Basically I only need keyboard because I want to log the user in on the sites. I wonder if I could do so by using another full screen web page and persists the cookies to the web view? I am quite a noob on browsers, is this achievable using inappbrowser?

Best!

@pichillilorenzo
Copy link
Owner

This has been fixed. Also, this plugin changed its name to flutter_inappwebview. The current latest version now is 2.1.0+1. So, you can change your dependency influtter_inappwebview: ^2.1.0+1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants