You need to go in PhoneGap.plist
and set the AutoHideSplashScreen
to NO
Then whenever you want in your app you can choose to hide the splashscreen with the following code :
navigator.splashscreen.hide();
Hope this helps
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…