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