I have a single splash screen image (Default.png) for an Android app. No animation.
I'd like to have the app display the splash screen longer, maybe 2-3 seconds longer than it is currently.
Currently, the splash screen barely shows because it loads so quickly.
Is there a way I can add a delay so the splash screen shows for a configurable period of time?
Thanks
2 Answers
Accepted Answer
Hi, I think you are experiencing the same issue on the iphone sdk. As i know, the only solution is to duplicate the splash screen with a "same picture" main window that programatically can be delayed.
This is a recurring question on iOs and the only way on it.
Andrea
Yes, this turned out to be true. I had to use createWindow and setTimeout to get this working.
Your Answer
Think you can help? Login to answer this question!