I am using Ionic 6 and ReactJs together. When I export the apk with Android Studio and test it on Android physical devices having versions lower than 12, App startup splash screen is showing. But when I run the app in Android 12+ devices, the Splash screen is not visible. Instead, I see a blank white screen in place of a Splash screen at app startup.
- Ionic:
- Ionic CLI : 6.20.4 (/usr/local/lib/node_modules/@ionic/cli)
- Ionic Framework : @ionic/react 6.4.1
- Capacitor:
- Capacitor CLI : 4.6.1
- @capacitor/android : 4.6.1
- @capacitor/core : 4.6.1
- @capacitor/ios : not installed
- Utility:
- cordova-res : 0.15.4
- native-run (update available: 1.7.1) : 1.6.0
- System:
- NodeJS : v19.3.0 (/usr/bin/node)
- npm : 9.2.0
- OS : Linux 5.15
I tried to check on multiple android devices and always found that the splash screen not working in the latest version of androids.
On google, I don't find any working solution for this.