jcesarmobile commented on issue #1462:
URL:
https://github.com/apache/cordova-android/issues/1462#issuecomment-1191636167
That information is not accurate:
> Since v6 there is no need for an extra splash screen plugin.
cordova-ios 6 included the splash screen logic for iOS, but the plugin was
still needed for cordova-android < 11
cordova-android 11 included the splash screen logic for Android, so the
plugin should be uninstalled now, supposedly it's skipped if using the latest
version
cordova-android 11 uses the newer Splash Screen API provided by google that
doesn't use the old splash images, it will use the round app icon by default or
you can configure an animated icon with `AndroidWindowSplashScreenAnimatedIcon`
preference, so all splash tags for android should be removed from config.xml
https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/index.html
--
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]