-
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
Does not scroll when keyboard is appeared on focus of text field #128
Comments
I have the same issue with version 0.2.0, have you found any solution? |
Hey, do you have the issue on Android or iOS or both ? |
I have try on both Android and iOS, and the issue only appears on Android |
any progress or info for this issue? |
i have the same issue on android, please we need fix for it as the user can't see what he's typing |
@lejard-h is there estimation when this bug will be fixed? |
I also have the same issue on Android (it works fine on iOS). |
I still have this same issue on Android. Keyboard covers part of my page when i focus on any input and it doesn't scroll |
I still have this same issue on Android. Keyboard covers part of my page when i focus on any input and it doesn't scroll ,the Version is flutter_webview_plugin: 0.3.10+1 @slightfoot |
u should use SingleChildScrollView |
the webview input not work |
you can use from https://github.com/npm-ued/flutter_webview_plugin with pubspec.yaml |
I do Instagram implicit authentification and show login page in webview_plagin using WebViewScaffold. Page is short, so no scroll. When focus on any text field (username and password) keyboard are appeared and I can not see input field anymore.
Is there a way to add a scrolling?
The text was updated successfully, but these errors were encountered: