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 2022/07/21 15:32:22 UTC

[GitHub] [cordova-android] jcesarmobile commented on issue #1462: cordova app for android 11 , unable to get splash screen

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: issues-unsubscribe@cordova.apache.org

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