0

I am making phonegap app for ios and getting issue of status bar hidden in cordova 2.9.0 for ios 7. Is any body know how fix this issue through out the app? Please help me to fix this bug.

Thanks

Gopal vaid
  • 376
  • 3
  • 7
  • possible duplicate of [iOS 7 Status bar with Phonegap](http://stackoverflow.com/questions/19209781/ios-7-status-bar-with-phonegap) – Ashoka Mondal Jan 29 '14 at 06:11

1 Answers1

2

Open Project in xcode first select checkbox ( hide during application launch ) under status bar style - general project settings in xcode

enter image description here

select projectname-info.plist (Resources section in xcode)

enter image description here

and add key "View controller-based status bar appearance" and value "NO"

enter image description here

Arjun T Raj
  • 3,187
  • 1
  • 21
  • 44