Page 1 of 1

Splash Screen Duration

Posted: Tue Feb 25, 2014 6:15 pm
by Mike6580064

Is there a way to control the duration the splash screen? When testing my app on an iPad version 7.0.6, the splash screen seems to show for only one second. I'd like to hold on the splash screen for longer than that.


Splash Screen Duration

Posted: Tue Feb 25, 2014 7:43 pm
by Kateryna Grynko

Hi Mike,

You can use setTimeout to delay navigation: https://developer.mozilla.org/en-US/d...


Splash Screen Duration

Posted: Wed Feb 26, 2014 3:26 pm
by Mike6580064

Katya,

I don't have a splash screen page where I can add the page load event. I have just uploaded my various-sized launch images to the iOS Binary under App Settings.

Is it still possible to add the setTimeout function somewhere without having to create a page with an image on it as per "Navigating after x-seconds" in the Appery Docs?


Splash Screen Duration

Posted: Wed Feb 26, 2014 6:05 pm
by Kateryna Grynko

Mike,

Then you can change FadeSplashScreenDuration as described here: http://docs.phonegap.com/en/2.5.0/gui...


Splash Screen Duration

Posted: Tue May 20, 2014 2:57 pm
by Mike6580064

Katya,

This appears to affect the duration of the fade transition. I'm referring to the duration of the launch screen itself and if there's any way to delay navigation to the app's Start Page.


Splash Screen Duration

Posted: Wed May 21, 2014 9:36 am
by Evgene Karachevtsev

Hello Mike,

This is not a good idea to use spash screen for showing any information: http://stackoverflow.com/questions/10...


Splash Screen Duration

Posted: Wed May 21, 2014 1:27 pm
by Mike6580064

Thank you