Veronika
Posts: 0
Joined: Thu Aug 07, 2014 1:13 pm

Splash Screen

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?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Splash Screen

Hi Veronika,

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

Regards.

Veronika
Posts: 0
Joined: Thu Aug 07, 2014 1:13 pm

Splash Screen

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 :(

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Splash Screen

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.

Veronika
Posts: 0
Joined: Thu Aug 07, 2014 1:13 pm

Splash Screen

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Splash Screen

Hi Veronika,

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

Veronika
Posts: 0
Joined: Thu Aug 07, 2014 1:13 pm

Splash Screen

Thanks!

Return to “Issues”