cordova - How to configure the StatusBarOverlaysWebView phonegap plugin to prevent the status bar from overlapping the app content -
i cannot work. have added plugin directory via phonegap cli, , inserted:
<preference name="statusbaroverlayswebview" value="false" />
into config.xml in ios platform block, status bar still overlays content.
install latest version of cordova statusbar plugin using following command,
cordova plugin add cordova-plugin-statusbar
add following lines in config.xml under ios platform section,
<preference name="statusbaroverlayswebview" value="false" /> <preference name="statusbarstyle" value="default" />
remove ios platform, re-add , build ios platform again.
Comments
Post a Comment