Hi everybody, I desperately can't set up a splashscreen on windows8 by using the global config.xml. Apparently two methods exists :
* (old method) <preference name="SplashScreen" value="splashscreen" /> Console says : unable to locate splashscreen The file splashscreen.png is located in the platforms/windows8 folder * (new method) <splash src="icons/windows8/splashscreen.png" width="620" height="300" /> The folder icons is located at the root of my cordova project. Is it normal ? Do I miss something ? Thanks for your response. Florian