After adding StatusBarOverlaysWebview to config.xml, I get a white bar at the top of the screen and all the content is pushed down (see screenshot - there is a white bar in the status bar). Therefore, instead of adding the height of the status screen (20 pixels), 40 pixels are added to the screen.
I double-checked all my styles and everything looks great, so I think this is caused by the plugin somehow. Can someone tell me how to solve this?
This is my configuration:
<preference name="StatusBarOverlaysWebview" value="false" />
<preference name="StatusBarBackgroundColor" value="#FF543E" />
<preference name="fullscreen" value="true" />

This is what it looks like without setting the color and using window.StatusBar.overlaysWebView (false); instead of config.xml

source
share