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/08/21 08:18:56 UTC

[GitHub] desmeit opened a new issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 8.0.0)

desmeit opened a new issue #154: Can't set AutoHideSplashScreen to false in IOS (CLI 8.0.0)
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/154
 
 
   I added the following code to the config:
   
   ```
   <preference name="AutoHideSplashScreen" 	   value="false" />
   <preference name="SplashScreen" value="screen" />
   <preference name="SplashScreenDelay" value="12000" />
   ```
   
   and try to hide it with 
   
   navigator.splashscreen.hide();
   
   Thats not working. The Splashscreen hides automatically.
   
   I tried also:
   
   ```
   <feature name="SplashScreen">
       <param name="ios-package" value="CDVSplashScreen"/>
       <param name="onload" value="true" />
   </feature>
   ```
   
   as I read hier: https://stackoverflow.com/questions/17821526/setting-autohidesplashscreen-has-no-effect-in-cordova-3-0-0-for-ios
   
   I cannot believe that such basic features are not working in cordova. Why is Adobe not solving such issues?

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