[
https://issues.apache.org/jira/browse/CB-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15072554#comment-15072554
]
Vladimir Kotikov commented on CB-9663:
--------------------------------------
[~minduch], can't reproduce this. The result, i see, is that text on the status
bar became black, when you call {{styleDefault()}} (and this is [exactly what
it is supposed to
do|https://github.com/apache/cordova-plugin-statusbar#statusbarstyledefault]),
but the statusbar background is black in default theme, so this just looks like
the bar just disappeared. In fact, the status bar stays in place, as seen on
screenshot !screenshot.png!.
Could you please confirm you see the same behaviour?
> 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
> Affects Versions: 5.3.2
> Environment: [email protected] platform, Windows Phone 8.1 device
> (emulator)
> Reporter: Christopher Mindus
> 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]