Hide loading wheel on app splashscreen iOS

I keep seeing the spinning wheel on top of my splashscreen image whenever I launch the app. By spinning wheel, I mean the spinning icon that’s shown on the iPhone screen when the device is turning off, for example. Is there an easy way to hide/remove this? Thanks!

for this you have to change in config.xml (IOS)
the preference ShowSplashScreenSpinner to false.

like this:

<preference name="ShowSplashScreenSpinner" value="false" />

for android i dont know if this is possible/needed.

3 Likes

Works perfectly. Thanks for the help! :slight_smile: