Android webview late rendering

后端 未结 5 2159
野的像风
野的像风 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:23

    I don't know much about html with webkit. But one of my project was having the same scroll issues with lag in hide and show scroll effects. I have enable hardware acceleration for the webview.

    Probably you should try this.

提交回复
热议问题