fluttercommunity / fluttercommunity/flutter_webview_plugin
Fullscreen on iOS?
- Vorherrschende Sprache
- Java
- Sterne
- 1.5k
- Forks
- 938
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
I am trying to achieve fullscreen on iOS with flutter_webview_plugin. But I am having issues where the webview isn't displayed correctly on iPhone X and up, and iPad Pro and up. The smaller screen devices show it full screen. But the ones that are taller and has the navigation pill will display like the screenshot shows:

I use this option:
`await SystemChrome.setEnabledSystemUIOverlays([]);`
How do I manage to completely fill the screen area with the webview on iOS?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.