IonicLoading background

I am using ionicLoading on a v1 app to pull server data online before letting the user login to the app. Currently it shows the default one from the attached image. Where can i edit this and get rid of the background? I looked at using showBackground but that didnt change anything.

there should be a resources folder in the root directory
you can edit those images and use ionic cordova resources to regenerate you app icon and splash screen

1 Like

Perfect - thanks for that!