fluttercommunity / fluttercommunity/flutter_webview_plugin

Fullscreen on iOS?

Aperta
#711 3 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 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:
![Simulator_Screen_Shot_-_iPhone_11_Pro_Max_-_2020-03-26_at_20](https://user-images.githubusercontent.com/40036309/78876837-38f87200-7a50-11ea-8cc5-c441208b42d1.png)

I use this option:
`await SystemChrome.setEnabledSystemUIOverlays([]);`

How do I manage to completely fill the screen area with the webview on iOS?

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.