Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-5265

Status Bar Plugin/Camera Plugin. Taking a photo or choosing a photo from library makes the status bar style back to black.

    XMLWordPrintableJSON

Details

    Description

      We're using a black status bar and the StatusBarStyleLightContent to simulate the pre-iOS 7 status bar with the status bar plugin. When a user takes a photo or choose from library the status bar style goes back to black; making a black status bar with black text. My quick fix is to add in CDVCamera under navigationController:willShowViewController:animated to set the status bar style back to white: [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];, but of course this only works for me since I want the status bar style to be white everywhere in my application.

      Attachments

        Activity

          People

            Unassigned Unassigned
            drm75 Daniel Morgan
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: