You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
I noticed that on Android the splashscreen images are being generated and written into /platforms/android/app/src/main/res when the project is supposedly looking for the splashscreens in /platforms/android/res.
Am I missing something here?
Cheers!
The text was updated successfully, but these errors were encountered:
I am currently facing a white screen after updating from Android 7.1.4 to 8.1. I have even pulled the latest cordova-splash 1.0.1 which has the path already altered for the splash screen to platforms/android/res/ I can see that the folders and images are correctly generated but when I deploy I still get a white splashscreen. My top level config.xml file does not specify anything regarding the splash screen as the instructions go. It used to work quite well with 7.1.4. Anything that I am missing ?
Hello.
First of all, thank you for the excellent work.
I noticed that on Android the splashscreen images are being generated and written into
/platforms/android/app/src/main/res
when the project is supposedly looking for the splashscreens in/platforms/android/res
.Am I missing something here?
Cheers!
The text was updated successfully, but these errors were encountered: