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

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

Github user RobPosener commented on the pull request:

    
https://github.com/apache/cordova-plugin-splashscreen/pull/76#issuecomment-213675499
  
    I've been developing for the Android platform since January 2014 (and the
    splash screen spinner now works there) and the Windows platform (on a
    desktop Windows 10) using Visual Studio 2015 (now with Update 2) since
    October, 2015 and the splash screen spinner has never worked for the
    Windows platform.  I've tried a few variations in my config.xml file over
    the months but have never been able to get the spinner to work.
    FYI, my complete config.xml for windows platform parameters are:
    
    <platform name="windows">    <icon height="150"
    src="res/icons/windows/Logo.png" width="150" />    <icon height="30"
    src="res/icons/windows/LogoSmall.png" width="30" />    <icon
    height="50" src="res/icons/windows/LogoStore.png" width="50" />
    <icon height="44" src="res/icons/windows/LogoStartScreen.png"
    width="44" />    <splash height="300"
    src="res/screens/windows/SplashScreen-620x300.png" width="620" />
    <splash height="1920"
    src="res/screens/windows/SplashScreen-1152x1920.png" width="1152" />
     <preference name="SplashScreen" value="screen" />    <preference
    name="SplashScreenDelay" value="75000" />    <preference
    name="SplashScreenBackgroundColor" value="0x00000000" />
    <preference name="SplashMaintainAspectRatio" value="true" />
    <preference name="SplashShowOnlyFirstTime" value="false" />
    <preference name="FadeSplashScreen" value="true" />    <preference
    name="FadeSplashScreenDuration" value="1500" />    <preference
    name="ShowSplashScreenSpinner" value="true" />    <preference
    name="SplashScreenSpinnerColor" value="#242424" />    <preference
    name="AutoHideSplashScreen" value="false" />    <preference
    name="windows-target-version" value="10.0" />    <preference
    name="windows-phone-target-version" value="10.0" />  </platform>
    
    Regards
    
    Rob
    
    Regards
    *Rob Posener*
    0419 012 627
    
    On 23 April 2016 at 16:22, Sergey Shakhnazarov <[email protected]>
    wrote:
    
    > @RobPosener <https://github.com/RobPosener>, did the issue happen for you
    > in the old or in the current version?
    > On Windows 10 Mobile or Desktop?
    > Have you tried to change the spinner color?
    > <preference name="SplashScreenSpinnerColor" value="#d03932" />
    >
    > —
    > You are receiving this because you were mentioned.
    > Reply to this email directly or view it on GitHub
    > 
<https://github.com/apache/cordova-plugin-splashscreen/pull/76#issuecomment-213673802>
    >



> 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