Tony
Tony

Reputation: 153

Remove loading spinner from splash screen in ionic

Hello I'm building an app with Ionic, and I want to remove the loading spinner on splash screen when the app starts, any solution for this?

Upvotes: 3

Views: 2308

Answers (1)

robbannn
robbannn

Reputation: 5013

Add this to your config.xml-file:

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

Here are som more preferences you can make use of.

Upvotes: 14

Related Questions