sherburne commented on issue #929:
URL: https://github.com/apache/cordova-ios/issues/929#issuecomment-652000179


   Here's what I'm readin in the documentation that I linked to:
   
   > To disable the splashscreen add the following preference to config.xml: 
<preference name="SplashScreenDelay" value="0">
   > ...
   > iOS Quirk: to disable the splashscreen on ios platform you should also add 
<preference name="FadeSplashScreenDuration" value="0"/> to config.xml.
   
   I'm interpreting "disable" as "the cordova code won't show the splash 
screen, period". I've been using Cordova inside a native app for the past year, 
and I hadn't seen any contention over the splash screen until the upgrade from 
5.0.0 to 6.1.0.
   
   Of course I can fork the 6.1.0 code but I'd really like to avoid that for 
obvious reasons. Another approach I'd considered is subclassing 
`CDVViewController`, but `createLaunchView` and `launchView` are private so 
that won't help either. I'm continuing to look at other possibilities.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to