fluttercommunity / fluttercommunity/flutter_webview_plugin
WebView is not fullscreen
- Langage dominant
- Java
- Étoiles
- 1.5k
- Forks
- 938
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Hi there, i want just confirm is this a bug or not?
Maybe I'm doing something wrong? Or maybe this is a Xiaomi specific bug when renders webview widget.
red offset on the right and bottom.
[Screenschot](https://i.imgur.com/Ahab0yB.jpg)
in the UI is nothing special:
```
return MaterialApp(
home: Scaffold(
body: SafeArea(
child: WebviewScaffold(
url: initialUrl,
initialChild: Container(
color: Colors.red,
child: Center(
child: Text("Loading..."),
),
),
),
bottom: true,
left: true,
right: true,
top: true,
),
),
);
```
Thank you for help in advance =)
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Commencez par reproduire l’exemple avec WebviewScaffold sur l’appareil Xiaomi signalé et comparez sa mise en page avec la capture d’écran. Vérifiez si le décalage rouge provient de SafeArea, des paramètres bottom/left/right/top du scaffold ou du rendu WebView du plugin. La tâche est terminée lorsqu’il est déterminé s’il s’agit d’un bug du plugin ou d’un problème de mise en page de l’application.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- dart, flutter
- Domaine
- mobile-dev
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 25/100