Flickering when navigating between pages

后端 未结 12 1670
日久生厌
日久生厌 2020-11-28 21:32

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?

12条回答
  •  春和景丽
    2020-11-28 22:15

    .ui-page {
        -webkit-backface-visibility: hidden;
    }
    

    This worked for me on phonegap / jquery mobile / Android phone.

提交回复
热议问题