I am trying to remove an annoying flickering effect on jqmobile transitions when running on iOS 5. I tried several methods from other posts like -webkit-backface and did some other work but does not reach complete solution. I observed that flickr occurs when, before transition, page is repositioned due to navigation bar is displaced one pixel (maybe 2) from top. Problem begins on initialization or after device rotation when page is rerendered and then we got two possible working results,
- Working without flickering and expected on each transition.
- Falls on each transition appearing described blink.
problem, of course, is that you get 1 or 2 randomly when new page render. Thank you.
A combination of the methods here should do the trick…
For others who have this problem, the OP said that