I am creating a HTML5 app using the Intel XDK and I want to change the splash screen from the default Project Development. How do I do this?
If this is not possible then how do I remove the splash screen?
See picture below:
To remove splash screen, just comment out the line:
var onDeviceReady=function(){
...
//hide splash screen
//**intel.xdk.device.hideSplashScreen();**
};