You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/30 16:10:01 UTC

[GitHub] mekemike commented on issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 8.0.0)

mekemike commented on issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 8.0.0)
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/154#issuecomment-443252901
 
 
   > on android its fine, But i am having the issue on iOS.
   
   $(document).on('deviceready ', function () {
   setTimeout(function() {
   navigator.splashscreen.hide();
   }, 3000);
   });
   
   This works using PGB included on the index file as opposed to config.xml.
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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