-
Notifications
You must be signed in to change notification settings - Fork 938
Open
Description
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.
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 =)
ashbin and zarva-lee
Metadata
Metadata
Assignees
Labels
No labels