You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2022/08/31 22:48:26 UTC

[cordova-docs] 01/01: docs(splash-screen): update Android 12 bug note

This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch jcesarmobile-patch-1
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit 2c5c6dc9b396e7d41160efb638a3372052182331
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Thu Sep 1 00:48:19 2022 +0200

    docs(splash-screen): update Android 12 bug note
---
 www/docs/en/dev/core/features/splashscreen/index.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/www/docs/en/dev/core/features/splashscreen/index.md b/www/docs/en/dev/core/features/splashscreen/index.md
index be35ddc93..3a2e4fab6 100644
--- a/www/docs/en/dev/core/features/splashscreen/index.md
+++ b/www/docs/en/dev/core/features/splashscreen/index.md
@@ -594,5 +594,6 @@ screen visible for application startup.
 
 ### Android
 
-1. **Simulator does not show the splash screen when launching the application from Android Studio or Cordova CLI.**
-   This is a known Android simulator issue. After uploading the app to the simulator, exiting and opening the app will display show the Splash Screen. If changes are not shown, try also performing a clean build.
+1. **Android 12 does not show the splash screen when launching the application from Android Studio or Cordova CLI.**
+   This is a known Android 12 issue. After uploading the app to the device or simulator, exiting and opening the app will display show the Splash Screen. If changes are not shown, try also performing a clean build.
+It has been fixed on Android 13.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org