Mike6580064
Posts: 0
Joined: Wed Jan 15, 2014 6:00 pm

Splash Screen Duration

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.

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

Splash Screen Duration

Hi Mike,

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

Mike6580064
Posts: 0
Joined: Wed Jan 15, 2014 6:00 pm

Splash Screen Duration

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?

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

Splash Screen Duration

Mike,

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

Mike6580064
Posts: 0
Joined: Wed Jan 15, 2014 6:00 pm

Splash Screen Duration

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.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Splash Screen Duration

Hello Mike,

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

Mike6580064
Posts: 0
Joined: Wed Jan 15, 2014 6:00 pm

Splash Screen Duration

Thank you

Return to “Issues”