You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Nathan Beigel (JIRA)" <ji...@apache.org> on 2014/09/26 14:49:33 UTC

[jira] [Created] (CB-7644) [StatusBar][iOS 8] Status Bar Periodically Disappears

Nathan Beigel created CB-7644:
---------------------------------

             Summary: [StatusBar][iOS 8] Status Bar Periodically Disappears
                 Key: CB-7644
                 URL: https://issues.apache.org/jira/browse/CB-7644
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Statusbar
    Affects Versions: 3.3.0
         Environment: iOS 8 on an iPhone 6
            Reporter: Nathan Beigel


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:

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

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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)