For my Cordova app, I would like to hide the status bar that appears on the top of screen that shows stuff like time, battery, wifi, etc. For the iOS build of the app, I have not found any other way to hide the status bar that doesn't involve editing the plist or using this plugin.
I currently have the fullscreen preference set to true, and it works for Android, but not iOS. <preference name="fullscreen" value="true" />
Since I initialize pretty much everything else in my config.xml file, I was hoping for a way to hide the status bar initially without having to edit the plist or install a plugin. Is there any way I can just hide the status bar initially in config.xml?
No comments:
Post a Comment