You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2016/03/26 20:52:25 UTC

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

     [ https://issues.apache.org/jira/browse/CB-7644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-7644.
----------------------------
    Resolution: Cannot Reproduce
      Assignee: jcesarmobile

Couldn't reproduce and the user didn't provide more information

Feel free to reopen if the issue is still present and you provide extra information.

> [iOS 8][StatusBar] Status Bar Periodically Disappears
> -----------------------------------------------------
>
>                 Key: CB-7644
>                 URL: https://issues.apache.org/jira/browse/CB-7644
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: Plugin Statusbar
>    Affects Versions: 3.3.0
>         Environment: iOS 8 on an iPhone 6
>            Reporter: Nathan Beigel
>            Assignee: jcesarmobile
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org