Hi everyone,
I am using the ionic creator and as you can see my header overlaps the iphone status bar :
Any ideas of where this problem could come from ?
Thanks a lot !
Hi everyone,
I am using the ionic creator and as you can see my header overlaps the iphone status bar :
Any ideas of where this problem could come from ?
Thanks a lot !
If you have a solution to this problem, it would be awesome !
Add in this plugin
cordova plugin add org.apache.cordova.statusbar
Then add this to your config.xml file
<preference name="StatusBarOverlaysWebView" value="false" />
For extra credit… color it like this
<preference name="StatusBarBackgroundColor" value="#209dc2"/>