fluttercommunity / fluttercommunity/flutter_webview_plugin

Weird 1 Pixel offset of the WebView over the initialChild

Aperta
#765 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Java
Stelle
1.5k
Fork
938
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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)

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.