fluttercommunity / fluttercommunity/flutter_webview_plugin
Fullscreen on iOS?
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.