fluttercommunity / fluttercommunity/flutter_webview_plugin

Weird 1 Pixel offset of the WebView over the initialChild

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

説明

I have such a problem you can see on the right of the screenshot - the initialChild which is just red colored Container can bee seen there.

I'm using Flutter 1.19.0-0.0pre.

Reproduction code
```dart
WebviewScaffold(
url: 'https://twitch.com',
initialChild: Container(
color: Colors.red,
),
)
```

![image](https://user-images.githubusercontent.com/39104740/84040475-5c399200-a9ab-11ea-93c2-b6f5379f15e3.png)

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

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

評価

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

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

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