IOS app development with phone-gap.
When the app is installed/launched for the first time, PhoneGap logo(with text- ‘iphone retina’) appears which needs to be removed. I am not able to figure-out whether it is an image or css, where it resides and how it can be removed.
Any suggestions will be appreciated.
Thanks in advance.
IOS app development with phone-gap. When the app is installed/launched for the first time,
Share
You need to delete the current Default.png file and put your own Default.png file (320×480 for noraml). For ratina image keep Default@2x.png (640×960) file.