AutoHideSplashScreen=“false” works on iOS and we then hide when ready. But whatever we do we can’t get android to keep the splash screen showing until we tell it to go.
Any ideas? Is this a problem with the android variant of the splash screen plugin?
Struggling with this on android.
Stupid workaround -
Increase the default splashscreen timeout in config.xml to an insane number say 120 secs (A number before which you will finish your background tasks and would want to hide the splash screen)
Now in ready function call when you done with your tasks.
$cordovaSplashscreen.hide();