Skip to content

[request] add resizeToAvoidBottomPadding to WebviewScaffold #300

@gadfly361

Description

@gadfly361

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions