Reputation: 51383
On iOS I would like to hold the splash screen up until my app is ready. I see there is a flag in the Cordova.plist called AutoHideSplashScreen -- if I turn this off how to I trigger it's removal on my own?
Thanks!
Upvotes: 7
Views: 11183
Reputation: 5267
On iOS you should be able to call navigator.splashscreen.hide();
Support for doing this in Android is available since 1.8.0.
Upvotes: 11