fluttercommunity / fluttercommunity/flutter_webview_plugin
Weird 1 Pixel offset of the WebView over the initialChild
オープン
- 主要言語
- 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,
),
)
```

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