Peter
Peter

Reputation: 3184

Default splash image in iOS Phone Gap / Cordova 2.2.0

Question based on: PhoneGap 2.0 Splash always using default but that didn't solve it.

Basically my PhoneGap application (version 2.2.0) regardless of what I have done still shows the default Cordova screen. I have replaced:

/[email protected], /[email protected], /Default.png,/www/res/screen/ios/screen-iphone-portrait-2x.png,/www/res/screen/ios/screen-iphone-portrait.png

I have done a "Clean", a rebuild, I've added a "Launch Image" (UILaunchImageFile) key to the info.plist, I've removed the app from the device and re-built and after all that I still am showing the default Cordova splash image.

Any help is greatly appreciated.

Upvotes: 0

Views: 1003

Answers (2)

Steve
Steve

Reputation: 151

Select Project -> Clean from the menu. Then rebuild your project. That should clear out the cached images.

Upvotes: 1

Idan Gozlan
Idan Gozlan

Reputation: 3203

I bumped into this case also. try to use the xcode file explorer in the left side to copy your new png files. sometimes its just cache it for somereason.. the same with icon's png.

Upvotes: 0

Related Questions