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

   > Am I right, that i cant use "navigator.splashscreen.hide()" with 
"[email protected]"?
   
   
[navigor.splashscreen.hide](https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/index.html#navigatorsplashscreenhide)
 is a supported API with Cordova Android 11 splashscreens, but the `show` API 
is no longer supported (cause Android splashscreens doesn't support reshowing 
the splashscreen).
   
   When upgrading to cordova-android@11, make sure you also upgrade the 
splashscreen plugin. Older versions will conflict with cordova-android@11. If 
you only develop for android and iOS, the splashscreen plugin can be 
uninstalled as both of these platforms now include the splashscreen API as part 
of their core platform.
   
   It appears that the issue has been identified and resolved by ensuring the 
splashscreen plugin is either upgraded or removed, so I'll be closing this 
ticket.


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