I also had this problem, and in my case, the problem was caused by complying with Apple's own specifications.
I am sure that Apple indicates that the file should be 1004 by 768, so if you thoughtlessly worked on your specifications, do not think that you will not have any problems.
If you create a PhoneGap application, you will have to dance to Phonegap music. So, Adam Robertson, did you really double check that you have the right image size?
If you have one, here is another possible reason / solution:
Try setting the "status line initially hidden" parameter in the plist project file (not phonegap.plist or cordova.plist, but with the name of your project) to True. Thus, an image of size 1024 frames will fully receive light per day, and Phonegap will not feel that it should pump it.
If the image really has a size of 1024x768, this should prevent the cordova from trying to manipulate the image. If you still have problems, try setting different values ββfor the βstatus bar styleβ in the same plist file. Some of them are transparent, others are opaque: perhaps they also have an effect.
Wytze source share