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.
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.
Hi Mike,
You can use setTimeout to delay navigation: https://developer.mozilla.org/en-US/d...
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?
Mike,
Then you can change FadeSplashScreenDuration as described here: http://docs.phonegap.com/en/2.5.0/gui...
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.
Hello Mike,
This is not a good idea to use spash screen for showing any information: http://stackoverflow.com/questions/10...
Thank you