You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/09 16:11:40 UTC

[jira] [Commented] (CB-8056) Implement splashscreen for Windows platform

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

ASF GitHub Bot commented on CB-8056:
------------------------------------

Github user SunboX commented on the pull request:

    https://github.com/apache/cordova-windows/pull/141#issuecomment-194337561
  
    Two comments on this:
    
    * calling `navigator.splashscreen.hide();` does not hide the splash screen (Windows 10, Lumia 950, build Cordova 6.0 as UWP 10)
    * calling `StatusBar.show();` should not show the status bar while the splash screen is shown (and should show the status bar automatically after the splash screen gets hidden)


> Implement splashscreen for Windows platform
> -------------------------------------------
>
>                 Key: CB-8056
>                 URL: https://issues.apache.org/jira/browse/CB-8056
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin SplashScreen, Windows
>    Affects Versions: 3.6.0
>            Reporter: Doug Estey
>            Assignee: Sergey Shakhnazarov
>              Labels: reproduced, triaged, windows
>
> {code:title=config.xml|borderStyle=solid}
> <preference name="SplashScreen" value="splash"/>
> <preference name="SplashScreenDelay" value="10000" />
> <preference name="AutoHideSplashScreen" value="false" />
> {code}
> This has no effect on the cordova-windows platform. Splash screen autohides after <1000ms.
> Tested on WP 8.1.
> Let me know if there's any other information I can provide. The documentation for splash screens on 8.1 seems to be somewhat lacking, so I may have missed something somewhere.



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