Blinking/flickering with JQM and PhoneGap on Android

前端 未结 5 1187
抹茶落季
抹茶落季 2020-12-05 08:47

I am using PhoneGap 2.2.0 in combination with jQuery Mobile 1.2.0 for my app on the Android platform (version 2.3.3 and up). On the pages I use fixed headers, and no transit

5条回答
  •  执笔经年
    2020-12-05 09:06

    The third link in your post is how I fixed it a while back when I had this problem. I also added -webkit-perspective:1000; The flickering is because of 3D acceleration and the backface of the page being transformed becomes visible for a fraction of a second making it look like a flicker.

    Edit: Look at this as well for more info.

提交回复
热议问题