I develop iOS app with Cordova and Framework7.
But i cant hide status bar. I tried many suggestions but I could not. check here blue background status bar
How can i disable? I want fullscreen app
I develop iOS app with Cordova and Framework7.
But i cant hide status bar. I tried many suggestions but I could not. check here blue background status bar
How can i disable? I want fullscreen app
You can hide your status bar using native xcode changes like below
In the project setting
General
Hide Status Bar
to true at bottominfo.plist
View-controller based status bar
with value no
Updated
Add this line to your config file and rebuild your app
<preference name="fullscreen" value="true" />