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/20 07:41:53 UTC

[GitHub] [cordova-android] limrahsoft opened a new issue, #1462: cordova app for android 11 on windows 7 , unable to get splash screen

limrahsoft opened a new issue, #1462:
URL: https://github.com/apache/cordova-android/issues/1462

   
   sir,
   
   we use cordova platform for our hybrid app development , 
   
   as we have updated our cordova android version to 11 , api 30 , 31 ,32
   
   *****  splash screen plugin is not working ,  *****
   
   please guide us ,
   
   thansk


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


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

Posted by GitBox <gi...@apache.org>.
Wolf00Bomber commented on issue #1462:
URL: https://github.com/apache/cordova-android/issues/1462#issuecomment-1207830534

   Any implementation sample available for the Android 11 or 12 Use case? Cordova documentation in https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/ is very vague !


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


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

Posted by GitBox <gi...@apache.org>.
jcesarmobile closed issue #1462: cordova app for android 11  , unable to get splash screen
URL: https://github.com/apache/cordova-android/issues/1462


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


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

Posted by GitBox <gi...@apache.org>.
bhargavas12 commented on issue #1462:
URL: https://github.com/apache/cordova-android/issues/1462#issuecomment-1342784270

   > By implementing the suggestion to replace the splash tag by: < preference name="AndroidWindowSplashScreenAnimatedIcon" value="resources/splash.png" /> now this works fine for devices with Android 12 and above, but the app is crashing for android 11 devices and below.
   
   @clopez1winsupply any update on this? I am facing the same issue 


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


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

Posted by GitBox <gi...@apache.org>.
cytostatic commented on issue #1462:
URL: https://github.com/apache/cordova-android/issues/1462#issuecomment-1189958015

   Since v6 there is no need for an extra splash screen plugin.
   
   But since v11 the "splash" config tags are removed and can not used anymore. 
   The newer Android 11 splash screen must be used.
   
   https://developer.android.com/guide/topics/ui/splash-screen#splash_screen_dimensions
   
   But i have not understand how to handle different densities yet.


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


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

Posted by GitBox <gi...@apache.org>.
clopez1winsupply commented on issue #1462:
URL: https://github.com/apache/cordova-android/issues/1462#issuecomment-1309238228

   By implementing the suggestion to replace the splash tag by:
   <preference name="AndroidWindowSplashScreenAnimatedIcon" value="resources/splash.png" />
   now this works fine for devices with Android 12 and above, but the app is crashing for android 11 devices and below.


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


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

Posted by GitBox <gi...@apache.org>.
limrahsoft commented on issue #1462:
URL: https://github.com/apache/cordova-android/issues/1462#issuecomment-1193291073

   sir ,
   
   can u please tell how to configure splash screen preferences for adroid 11 cordova ,
   
   as i have no idea about androd settings , thanks in advance for cordova splash screen complete settings for android 11
   
   ok
   ________________________________
   From: jcesarmobile ***@***.***>
   Sent: Thursday, July 21, 2022 7:32 PM
   To: apache/cordova-android ***@***.***>
   Cc: limrahsoft ***@***.***>; Author ***@***.***>
   Subject: Re: [apache/cordova-android] cordova app for android 11 , unable to get splash screen (Issue #1462)
   
   
   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
   
   —
   Reply to this email directly, view it on GitHub<https://github.com/apache/cordova-android/issues/1462#issuecomment-1191636167>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A2D6UQNDUCGGYHVVJJHNRMLVVFURBANCNFSM54CSPNWQ>.
   You are receiving this because you authored the thread.Message ID: ***@***.***>
   


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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #1462:
URL: https://github.com/apache/cordova-android/issues/1462#issuecomment-1311793389

   > Any implementation sample available for the Android 11 or 12 Use case? Cordova documentation in https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/ is very vague !
   
   At the very minimum, all that is needed is:
   
   ```xml
   <preference name="AndroidWindowSplashScreenAnimatedIcon" value="res/android/splash/xxxhdpi.png" />
   <preference name="AndroidWindowSplashScreenBackground" value="#6dADDF" />
   ```
   
   where `res/android/splash/xxxhdpi.png` is a path to an image file and `AndroidWindowSplashScreenBackground` sets the background color of the overall splashscreen, which should be used to complement your splashscreen icon.


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