How do I change the splash screen in the Intel XDK?

Pancake_Senpai picture Pancake_Senpai · Aug 21, 2013 · Viewed 11.7k times · Source

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?

Answer

Hung Dam picture Hung Dam · Jan 13, 2014
  • When you ready to build your app. Make change splash screen in Build=>Assets Tabs

See picture below:

http://i.stack.imgur.com/alBEQ.png

  • To remove splash screen, just comment out the line:

    var onDeviceReady=function(){
    ...
    //hide splash screen
    //**intel.xdk.device.hideSplashScreen();**  
    };