[
https://issues.apache.org/jira/browse/CB-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Kotikov closed CB-9663.
--------------------------------
Resolution: Cannot Reproduce
> StatusBar.show() doesn't work on Windows Phone 8.1
> --------------------------------------------------
>
> Key: CB-9663
> URL: https://issues.apache.org/jira/browse/CB-9663
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin Statusbar
> Environment: [email protected] platform, Windows Phone 8.1 device
> (emulator), Cordova 5.3.2
> Reporter: Christopher Mindus
> Assignee: Vladimir Kotikov
> Priority: Minor
> Labels: Windows, cannot-reproduce, triaged
> Attachments: screenshot.png
>
>
> The status bar is not displayed in Windows Phone 8.1 (emulator).
> Reproduce as follows:
> 1. Run the commands:
> cordova create test
> cd test
> cordova platform add windows
> cordova plugin add cordova-plugin-statusbar
> 2. Edit www\js\index.js, add the lines below just after
> "app.receivedEvent('deviceready');":
> {code:javascript}
> StatusBar.overlaysWebView(false);
> StatusBar.styleDefault();
> //StatusBar.backgroundColorByHexString("#C0C0C0");
> StatusBar.show();
> {code}
> 3. Run command:
> cordova build windows
> 4. Using VisualStudio (2015), open the platforms\windows\CordovaApp.sln
> solution and set "CordovaApp.Phone (Windows Phone 8.1)" as the Startup
> Project. Windows. Then run using "Emulator 8.1 WVGA".
> When the CordovaApp has started and "deviceready" has been fired, the status
> bar is gone.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]