Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-7043 iOS 8 Support
  3. CB-7644

[iOS 8][StatusBar] Status Bar Periodically Disappears

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 3.3.0
    • None
    • None
    • iOS 8 on an iPhone 6

    Description

      When running Phonegap 3.3.0 with iOS 8 on an iPhone 6, the status bar is visible when my app first launches but eventually fades away.

      This behavior is occurring regardless of any user interaction and its timing is different between launches. Also, nothing is being outputted to the XCode console when this happens.

      I've attempted to work around this with the following code but it doesn't have any affect:

      setInterval(function() {
           StatusBar.show();
           StatusBar.styleDefault();
           StatusBar.backgroundColorByHexString('#FFFFFF');
           StatusBar.overlaysWebView(true);
      }, 500);
      

      This issue is not occurring with the same code base using Phonegap 3.3.0 with iOS 7.1 on an iPhone 5.

      I'm using the latest status bar plugin baseline located at: https://github.com/apache/cordova-plugin-statusbar

      Attachments

        Activity

          People

            jcesarmobile jcesarmobile
            Beagle25 Nathan Beigel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: