You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?