I have a jQuery Mobile app that I’ve converted to an iOS app using PhoneGap. I’m using version 1.1.0 of jQM.
I’m using “fade” transitions between pages (as I read they were less demanding).
When initially running the PhoneGap version of the app in the iPhone Simulator I was getting a flicker/flash after every page transition – as if the page was being displayed, cleared and then redisplay – all with a fraction of a second. Some thing happened when I ran it on the device.
I applied the advice in Sarah-Jane’s answer to a similar question.
This fixed the problem in the simulator, but not on the actual device.
Has anyone experienced this problem, and found a solution?
This guy solved the problem – it worked for me:
http://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/
CSS:
JS:
And wrap all your jQM pages in a single
<div id="container">