fluttercommunity / fluttercommunity/flutter_webview_plugin
Weird 1 Pixel offset of the WebView over the initialChild
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 1.5k
- Forks
- 938
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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,
),
)
```

Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.