You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Nikhil Khandelwal (JIRA)" <ji...@apache.org> on 2016/05/02 21:22:12 UTC

[jira] [Commented] (CB-11177) SplashScreen gets shifted on Windows devices with soft navbar

    [ https://issues.apache.org/jira/browse/CB-11177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267325#comment-15267325 ] 

Nikhil Khandelwal commented on CB-11177:
----------------------------------------

Does this apply to WP8.1 & WP10? Sounds like you have a fix and we should pursue this.

> SplashScreen gets shifted on Windows devices with soft navbar
> -------------------------------------------------------------
>
>                 Key: CB-11177
>                 URL: https://issues.apache.org/jira/browse/CB-11177
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Windows
>            Reporter: Sergey Shakhnazarov
>            Assignee: Sergey Shakhnazarov
>              Labels: mustfix, splashscreen, triaged
>         Attachments: extendedSplash[1].png, launchImage[1].png
>
>
> This can be partially avoided by showing a statusbar:
> {noformat}
> var statusBar = Windows.UI.ViewManagement.StatusBar.getForCurrentView();
> if (statusBar) {
>     statusBar.backgroundColor = { a: 0, r: 41, g: 40, b: 38 };
>     statusBar.backgroundOpacity = 1;
>     statusBar.showAsync();
> }
> {noformat}
> This should be conditional to soft navigation bar presence though.



--
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