AdriVanHoudt commented on issue #946:
URL: https://github.com/apache/cordova-ios/issues/946#issuecomment-678295303


   I'm using `cordova-ios` 6.1.0 and `cordova-plugin-splashscreen` 6.0.0 and it 
seems that trying to manually hiding the splash screen with
   ```xml
        <preference name="AutoHideSplashScreen" value="false" />
        <preference name="SplashScreenDelay" value="100000000" />
   ```
   doesn't work. (it used to work with < 6)
   
   When I remove the `SplashScreenDelay` it does work.
   
   ```xml
       <preference name="AutoHideSplashScreen" value="false" />
        <!-- <preference name="SplashScreenDelay" value="100000000" /> -->
   ```


----------------------------------------------------------------
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