Android webview late rendering

后端 未结 5 2170
野的像风
野的像风 2020-12-20 13:49

I\'ve written an app mostly in JS (Mootools) and HTML which is loaded into webview in my app.

It\'s just one html file which show or hide parts (element

5条回答
  •  情话喂你
    2020-12-20 14:09

    try this code also, it helped me alot.. -webkit-transform: translateZ(0); you can have a look at my code in which it helped me.. jquery toggle (show/hide) based on selector

    Also have a look at the link below; http://www.html5rocks.com/en/mobile/optimization-and-performance/

提交回复
热议问题