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/08/12 07:49:04 UTC

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

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


   @michaelhodgins What version of `cordova-plugin-splashscreen` do you have installed?
   
   I suspect you still have the plugin `cordova-plugin-splashscreen` installed for Android.
   
   As iOS 6.x has the splashscreen code integrated into its core, and if you are using an older version of the splashscreen plugin, it might be possible that there is conflicts. I noticed before the `.hide()` not working in older plugins.
   
   I would recommend ensuring that you have installed `cordova-plugin-splashscreen@6.0.0`. This major version of the plugin removed the iOS related code.
   
   If you have it installed. I would recommend also trying to clean the project.
   
   * remove `node_modules` directory
   * remove `package-lock.json` file
   * remove `plugins` directory
   * remove `platform` directory
   
   After this, `npm install` to refetch all dependencies, `cordova prepare` to make sure all plugins and platforms are re-added/installed
   
   NOTE: this will clean out and reinstall `platforms` and `plugins`.. If you have applied manual customization to any of the code in these folders it would be lost.
   
   @Shay-repos this might also apply to you.


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