eliminating annoying flicker transitions with jquery mobile on android

eliminating annoying flicker transitions with jquery mobile on android

Hello friends I am facing problem in my application when I do it this flicker  the effect of transition from one page to another.

example:
<li data-theme="d"> <a href="abount.html" id="SB" data-transition="fade"> About </ a> </ li>

Also already used the feature css. Ui-page {-webkit-backface-visibility: hidden;} yet the problem persists, is there any solution for this?


https://docs.google.com/open?id=0B7SDZWpaeaVxamlFQXFPVlRjbk0



thank you