Is it possible to get rid of the status bar in iOS7 when using Phonegap Build 3.1? I can remove the status bar when building locally in Xcode, but as soon as I try Phonegap Build, it's back again.
- Is there a config preference to remove the status bar completely?
- If not, is it possible to overlay the status bar on top of the app view and set it to a transparent background?
I do not want the status bar to push down the app view 20px, which is the case now.