fluttercommunity / fluttercommunity/flutter_webview_plugin

Fullscreen on iOS?

Open
#711 3 comments 0 reactions 0 assignees View on GitHub
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:
![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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.