Skip to content

WebView is not fullscreen #356

@azkdev

Description

@azkdev

Hi there, i want just confirm is this a bug or not?
Maybe I'm doing something wrong? Or maybe this is a Xiaomi specific bug when renders webview widget.

red offset on the right and bottom.

Screenschot

in the UI is nothing special:

return MaterialApp(
  home: Scaffold(
    body: SafeArea(
      child: WebviewScaffold(
         url: initialUrl,
         initialChild: Container(
           color: Colors.red,
             child: Center(
               child: Text("Loading..."),
              ),
            ),
          ),
        bottom: true,
        left: true,
        right: true,
        top: true,
      ),
    ),
 );

Thank you for help in advance =)

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