Reputation: 301
The top statusbar always shown, when I use iOS native theme. I search around and found no solution for my javascript build apps. This is because javascript build use iOS as its default theme.
Any solution to hide the top statusbar on iOS theme?
Kindly advice.
Upvotes: 1
Views: 222
Reputation: 3760
You can add a constant to your theme "paintsTitleBarBool=false" and it will remove the StatusBar
Upvotes: 2