Skip to content

FullScreen Webview without Appbar draws behind the status bar.  #118

@LucianoSP

Description

@LucianoSP

I´m using the following code to launch the webview:
`return new MaterialApp(
debugShowCheckedModeBanner: false,
home: WebviewScaffold(
withZoom: true,
withJavascript: true,
withLocalStorage: true,
primary: true,
clearCache: false,
url: url,

    ));

}`

The problem is the website draws under the status bar. I can´t find a way to hide the status bar (not ideal) or insert some padding to the webview. How can this be accomplished, please?

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