Ionic Splashscreen last many minutes on phone

Hello i’m using this plugin to manage my ionic app splashscreen codova-plugin-splashscreen but i’ve noticed that since i added it, the splashscreen can make more than two minute (sometimes) before it goes. I’ve also noticed that after 10 seconds if press the power off buton (like if i want to sleep the phone) and repress immediatly, the splashscreen goes.

This my config.xml splashscreen part:
<preference name="SplashScreenDelay" value="2000"/>
<preference name="FadeSplashScreenDuration" value="300"/>
<preference name="SplashScreen" value="screen"/>
<preference name="ShowSplashScreenSpinner" value="false"/>

I don’t have another config.
Please help.

Try using Navigator.SplashScreen.hide() in your first controller

2 Likes

I will give this a try :slight_smile: