How to get rid of the white splashscreen flickering at the start of a phonegap iOS application?
If you have added SplashScreen plugin but navigator.splashscreen is still undefined, you can try:
navigator.splashscreen
cordova.exec(null, null, "SplashScreen", "hide", [])