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/20 15:35:44 UTC

[GitHub] desmeit opened a new issue #153: Spinnter and autohide "false" is not working with CLI 8.0.0

desmeit opened a new issue #153: Spinnter and autohide "false" is not working with CLI 8.0.0
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/153
 
 
   I added the following to the config:
   
   <plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
   <preference name="AutoHideSplashScreen" 	   value="false" />
   <preference name="SplashScreen" value="screen" />
   <preference name="SplashScreenDelay" value="12000" />
   <preference name="show-splash-screen-spinner" value="false" />
   
   <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
   
   The Splashscreen is working but it is showing the spinner. And the second issue: I added to autohidesplashscreen "false". but the splashscreen is hiding automatically (without setting navigator.splashscreen.hide();)
   
   Please help.

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