-
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
Android keyboard entrance does not resize webview size (from version 0.3.1) #379
Comments
I have double checked and the changed behavior comes from: #272 the setting: "resizeToAvoidbottomInset" keeps or changes depending on the flag the size if a keyboard is shown. Now it is always false on the WebviewScaffold Widget and therefore not resizing on keyboard inputs. |
@jameshp thank you for issue. Yes |
thanks for clarifying, I somehow missed that. |
I trying like this, but the keyboard is in front of the input, is it necessary other configuration? *flutter_webview_plugin: ^0.3.11 |
I have a web page with a text input field.
From package Version 0.3.1 onwards, the webview sizes does not change when the keyboard is entered. This leads to the fact that the textinput field is hidden behind the keyboard.
In Version 0.3.0+2 this works fine.
Select text input field, keyboard is shown, webview is resized to visible area and text input box stays visible. This is the standard android behavior I know.
In 0.3.1 a change "Fix height of keyboard" was introduced, which might be the reason?
0.3.0+2 version (working)
0.3.1 version (not working)
The text was updated successfully, but these errors were encountered: