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

[request] add resizeToAvoidBottomPadding to WebviewScaffold #300

Closed
gadfly361 opened this issue Jan 22, 2019 · 0 comments · Fixed by #301
Closed

[request] add resizeToAvoidBottomPadding to WebviewScaffold #300

gadfly361 opened this issue Jan 22, 2019 · 0 comments · Fixed by #301

Comments

@gadfly361
Copy link
Contributor

gadfly361 commented Jan 22, 2019

Observed problem

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

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

Successfully merging a pull request may close this issue.

1 participant