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

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

Github user daserge commented on the pull request:

    https://github.com/apache/cordova-windows/pull/141#issuecomment-213475272
  
    @SunboX, @chrigi, I've rebased and updated the PRs, could you please try 
how it works for you?
    `cordova platform add 
https://github.com/MSOpenTech/cordova-windows#d6988f5c863ec3ba5cde33a678a4b93badc64395`
    `cordova plugin add 
https://github.com/MSOpenTech/cordova-plugin-splashscreen#acb45f3a386bbb80d1d52cbe9d26f3de2617bfe0`
    
    Sample config.xml:
    ```
        <preference name="SplashScreenBackgroundColor" value="#292826" />
        <preference name="SplashScreenSpinnerColor" value="#d03932" />
    
        <preference name="FadeSplashScreenDuration" value="500" />
    
        <preference name="AutoHideSplashScreen" value="true" />
    
        <preference name="FadeSplashScreen" value="true" />
    
        <preference name="SplashScreenDelay" value="2500" />
    
        <platform name="windows">
            <!-- images are determined by width and height. The following are 
supported -->
            <splash src="res/screen/windows/splashscreen.png" width="620" 
height="300"/>
            <splash src="res/screen/windows/splashscreenphone.png" width="1152" 
height="1920"/>
        </platform>
    ```


> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to