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
If I add a WebviewScaffold with an input, such as:
new WebviewScaffold(
url: "https://www.google.com",
appBar: new AppBar(
title: new Text("Widget webview"),
),
),
to an application and click on the input field at google.com, then the webview will get squished. This happens when the keyboard appears on a real android device (as opposed to a simulator).
Proposed solution
add resizeToAvoidBottomPadding to WebviewScaffold
The text was updated successfully, but these errors were encountered:
Observed problem
If I add a WebviewScaffold with an input, such as:
to an application and click on the input field at google.com, then the webview will get squished. This happens when the keyboard appears on a real android device (as opposed to a simulator).
Proposed solution
add resizeToAvoidBottomPadding to WebviewScaffold
The text was updated successfully, but these errors were encountered: