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/22 10:18:57 UTC

[GitHub] [cordova-android] merbin2012 opened a new issue, #1464: How to disable the showing splash screen in the app startup

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

   Previously the splash screen won't display automatically. we can enable it if required. But currently, the splash screen is showing without writing any code. How can I disable it perminantly?


-- 
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] breautek commented on issue #1464: How to disable the showing splash screen in the app startup

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

   As the [Android Docs](https://developer.android.com/guide/topics/ui/splash-screen/migrate) says:
   
   > Starting in Android 12, the system always applies the new [Android system default splash screen](https://developer.android.com/about/versions/12/features/splash-screen) on [cold](https://developer.android.com/topic/performance/vitals/launch-time#cold) and [warm starts](https://developer.android.com/topic/performance/vitals/launch-time#warm) for all apps.
   
   The new splashscreen feature cannot be disabled. This is a limitation of the Android itself and Cordova cannot override this behaviour.
   
   Starting with Android 12 will always display a splashscreen and if one isn't configured, it will default to using your app's icon.
   Because Cordova also supports older API devices, cordova-android@11 includes a backwards compatibility provided by Google that implements Android 12 splashscreens for older devices, which mimics Android 12, so that behaviour remains consistent (as closely as possible) across android devices.


-- 
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 closed issue #1464: How to disable the showing splash screen in the app startup

Posted by GitBox <gi...@apache.org>.
breautek closed issue #1464: How to disable the showing splash screen in the app startup 
URL: https://github.com/apache/cordova-android/issues/1464


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