MeltingDog
MeltingDog

Reputation: 15404

How to use Cordova's splash screen API

I have built an iOS app and set the splash (loading) screens in my .plist file, but when I load the app it still shows Cordova's default loading image (see image below).

I see there is an API for this here but I am unsure how to use it or if this is even what I am after.

I am running Cordova 2.7 (and JQuery mobile if that matters).

Would anyone know how to ammend this?

enter image description here

Upvotes: 0

Views: 230

Answers (1)

Adam Ware
Adam Ware

Reputation: 1202

Have you replaced the images with your own in the Resources/Splash folder in the app ?

(Do so in finder rather then xcode!) Also remember to 'Clean' your build as xcode has a habit of storing that type of thing.

Upvotes: 1

Related Questions