Hi there!
I want to remove spinner in splash screen, and want to auto hide it after 3 seconds, so I added following preferences in config.xml.
<preference name="SplashScreen" value="screen" />
<preference name="SplashShowOnlyFirstTime" value="true" />
<preference name="SplashScreenDelay" value="5000" />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="ShowSplashScreenSpinner" value="false" />
But it seems like preferences doesn’t work at all.
The spinner still appears and splash screen never disappers.
Does anyone knows what is wrong?
Ionic info:
@ionic/cli-utils : 1.19.1
ionic (Ionic CLI) : 3.19.1
global packages:
cordova (Cordova CLI) : 7.1.0
local packages:
Cordova Platforms : android 6.3.0
Ionic Framework : ionic1 1.3.4
System:
Android SDK Tools : 26.0.1
Node : v6.11.1
npm : 5.6.0
OS : Windows 10
package.json:
“cordova-plugin-splashscreen”: “^4.0.0”