Reputation: 1275
I have created a PhoneGap project and bind iOS platform to it,
Previously their is no StatusBar . So i installed a plugin to it called, "org.apache.cordova.statusbar"
This looks great and status bar appeared in html page , But if try to load status bar in to another iOS plugin , it doesn't appear properly. It does in portraide mode. but not the landscape
This happens only in iOS 8 but not in iOS 7
Upvotes: 0
Views: 343
Reputation: 654
You have to update status bar pulgin that is
cordova plugin add https://github.com/phonegap-build/StatusBarPlugin.git
Or else u can made some code changes according to this article. http://ciesielskipiotr.com/status-bar-troubles/
Upvotes: 0