skozgursk opened a new issue #193:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/193
Even tough my project has no navigation bar when ı open it always put
someting like it. There is always 50px space over home button. it happens on
some ios devices for example xs and 11. I think it related with new home button
ı am not sure. After I switch between apps or show ads its disappears.
this is on my info.plist
`
<key>UIStatusBarHidden</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
`
index.html
`<meta name="viewport" content="viewport-fit=cover, initial-scale=1,
maximum-scale=1, user-scalable=no, width=device-width, height=device-height" />
`
config.xml
`<preference name="StatusBarDefaultScrollToTop" value="false" />
<preference name="StatusBarOverlaysWebView" value="true"/>
<preference name="StatusBarBackgroundColor" value="#000000"/>
<preference name="StatusBarStyle" value="blackopaque"/>
<preference name="BackgroundColor" value="#ffffff"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="WebViewBounce" value="false"/>
<preference name="KeyboardShrinksView" value="true"/>
<preference name="Allow3DTouchLinkPreview" value="false"/>
<preference name="DetectMediaTypes" value="true"/>
<preference name="allowInlineMediaPlayback" value="true"/>
<preference name="AllowInlineMediaPlayback" value="true"/>`
Example image on open

Example image after ads

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]