Page 1 of 1

Splash Screen

Posted: Sun Aug 24, 2014 8:16 pm
by Veronika

So I understand if I load a splash screen image, it will replace the default appery splash screen.

But, is it possible to disable the splash screen all together, so that when I launch the app, it goes directly to my starting page?


Splash Screen

Posted: Mon Aug 25, 2014 12:29 am
by Yurii Orishchuk

Hi Veronika,

Please take a look here: http://stackoverflow.com/questions/11...

Regards.


Splash Screen

Posted: Wed Aug 27, 2014 2:05 pm
by Veronika

So if I understand this correct, I just use the following code:

navigator.splashscreen.hide();

and do I just run it on page load of my startup screen?

I am a bit confused, sorry :(


Splash Screen

Posted: Wed Aug 27, 2014 3:41 pm
by Kateryna Grynko

Hi Veronika,

You can find full info about splash screens here:
http://cordova.apache.org/docs/en/3.3...

Please note splash screen appears while your app is loading and not ready for work.
Actually splash screen replaces white screen while app is being loaded.


Splash Screen

Posted: Wed Aug 27, 2014 3:46 pm
by Veronika

Oh Ok,

I wanted to skip the splash screen to speed up the loading of my app, but I guess this will not work if the splash screen is only there while the app is loading.


Splash Screen

Posted: Wed Aug 27, 2014 3:52 pm
by Kateryna Grynko

Hi Veronika,

Yes, it is there only while app is not ready.


Splash Screen

Posted: Wed Aug 27, 2014 4:08 pm
by Veronika

Thanks!