fluttercommunity / fluttercommunity/flutter_webview_plugin

WebView is not fullscreen

オープン
#356 コメント 14 件 リアクション 2 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
1.5k
フォーク
938
PR マージ指標
30日以内にマージされた PR はありません

説明

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](https://i.imgur.com/Ahab0yB.jpg)

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 =)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。