fluttercommunity / fluttercommunity/flutter_webview_plugin

Weird 1 Pixel offset of the WebView over the initialChild

Ouverte
#765 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Java
Étoiles
1.5k
Forks
938
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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)

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.