Demo project to test the Android 12 SplashScreen API included into the core of the Cordova-Android platform since cordova-android@11 release (Jul. 12, 2022).
You can test any app icon for splashscreen. The app icon must be a vector drawable.
% npm i -g cordova
% cordova platform add [email protected] --save
% cordova run android
If you change assets you could need to clean build to avoid compile errors:
% cordova clean android
% cordova run android
- vdias38 - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details