katzer / cordova-plugin-hidden-statusbar-overlay

Cordova plugin to hide the statusbar and overlay on iOS
Apache License 2.0
27 stars 14 forks source link

Did this stop working in iOS 7.1.1? #2

Closed bwinchester closed 10 years ago

bwinchester commented 10 years ago

I am using phoneGap to deploy a developer version of an app and have the following settings and this plugin. It is the only plugin right now.

<preference name="webviewbounce"                value="false"/>
<preference name="UIWebViewBounce"                value="false"/>
<preference name="DisallowOverscroll"                value="true"/>

<gap:plugin name="de.appplant.cordova.plugin.hidden-statusbar-overlay" version="1.2.0" />

My webapp is still displaying below the status bar.

bwinchester commented 10 years ago

This is an issue with PhoneGap Hydrate, not taking new plugin settings, etc.