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/07/16 14:45:05 UTC

[GitHub] [cordova-ios] angelofan edited a comment on issue #946: Hide the startup screen programmatically & Show loading animation on startup screen

angelofan edited a comment on issue #946:
URL: https://github.com/apache/cordova-ios/issues/946#issuecomment-659459267


   @breautek Thanks for your reply, I still have some questions.
   > ```
   > navigator.splashscreen.hide();
   > ```
   How to import `navigator`? 
   
   ---
   
   The documentation for `cordova-plugin-splashscreen` is written like this:
   > ShowSplashScreenSpinner (boolean, defaults to true): Set to false to hide the splash screen spinner.
   > ```
   > <preference name="ShowSplashScreenSpinner" value="false"/>
   > ```
   > Note: Does not work on Browser or Windows platforms.
   
   I did not set ShowSplashScreenSpinner to false. When I used `cordova-plugin-splashscreen`, Spinner was displayed on the splash screen, but now it is not displayed.


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