after page load and when doing listview('refresh') the page flickers.
So after transition get a flicker and after $('#friendsList').append('#{data}').listview('refresh');
I get a flicker
tried adding
<style>
/*** for jquerymobile page flicker that was happending ***/
.ui-page {
-webkit-backface-visibility: hidden;
}
</style>
EDIT
When refreshing the listview, I understand the flicker inside the listview but is it suppose to make the entire page flicker to?
EDIT 2
If list height is > screen height page flickers. If list height < screen height page doesn't flicker.