I have a jQuery mobile app that I converted to an iOS app using PhoneGap. I am using jQM version 1.1.0.
I use fade transitions between pages (since I read that they were less demanding).
When the PhoneGap version of the application was initially launched in the iPhone Simulator, I received a flicker / flash after each page transition - as if the page was displayed, cleared, and then re-displayed - for only a split second. Something happened when I launched it on the device.
I applied advice in Sarah Jane to answer a similar question .
This fixed the problem in the simulator, but not on the device itself.
Has anyone experienced this problem and found a solution?
source share