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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -