I just converted an iOS Cordova application that used the SplashScreen plugin to use the launch storyboard to support iOS 9 multitasking on the iPad. This works, but now I have a white flash between the launch screen and the first screen of the application. Previously, when I used the splashscreen plugin, I turned off AutomaticHideSplashScreen and used the plugin plugin API to hide it when I was sure that the first screen rendering would be complete.
Is there a way to do something like this, or at least delay the disappearance of the startup screen in order to display web browsing time?
source
share