Is that possible to add animated splash screens for Android and iOS Phonegap apps? I tried to add animated .gif as splash screen file for Android but it doesn\'t work. I.e. ther
gif animations are not supported on Android. Animations are possible using jQuery. This is what you can do
setTimeout('functionToLoadNewPage', 2000);
//functionToLoadNewPage - function name which will load a new page using $.mobile.changePage and 2000 - number of milliseconds for splash screen to be visible