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?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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?
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 ![]()
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.
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.
Hi Veronika,
Yes, it is there only while app is not ready.
Thanks!