florian72810 commented on issue #1463:
URL: 
https://github.com/apache/cordova-android/issues/1463#issuecomment-1275795551

   I also had a problem with `hide()` not working, regardless of 
AutoHideSplashScreen.
   
   I found that installing cordova-plugin-splashscreen is the problem. Version 
6.0.2 is incompatible with Cordova-android 11. It is expected as it is not 
needed. But in my case, Cordova was still installing the last available 
version: 6.0.1. With this version, `hide()` is "broken".
   
   I had to add plugin with a specific version: `cordova plugin add 
[email protected]`. Here, cordova cannot install a previous 
version for Android, it only adds for iOS. And everything works fine.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to