How to disable spinner at splash screen?

I’m using ionic for building hybrid app on android and i just want to remove the spinner at splash screen on my app.
How and where to configure this?

Put this in your config.xml
<preference name="ShowSplashScreenSpinner" value="false"/>

3 Likes

Thank you @jiffer it works!