My phonegap/jquery mobile application flickers most of the time when I navigate between the pages. Is this normal or is there a solution for this?
When using CSS solution
.ui-page { -webkit-backface-visibility: hidden; }
you may encounter other issues, so it's not a good idea.
Actually, jQuery mobile v1.1.0 has issues with transitions. Look at this and this.