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 <notificati...@github.com> 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> >
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org