Is it possible to disable Cordova default splash screen? I have removed the plugin but the default splash screen for iPhone still is showing and for Android the white screen is showing. Can this be fully removed?
You can disable the splash screen by setting launchDuration: 0 in capacitor.
Inside the ready function, you just need to add navigator. splashscreen. hide(); . Adding that timeout means you are telling it to be visible for 5 seconds and then hide.
in your config.xml
change the value to none in the below line
<preference name="SplashScreen" value="none"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With