angelofan commented 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` before, 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
