You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/21 13:38:41 UTC

[GitHub] [cordova-ios] AdriVanHoudt commented on issue #946: Hide the startup screen programmatically & Show loading animation on startup screen

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org