Web view flicker/blinks while scrolling

后端 未结 3 1724
Happy的楠姐
Happy的楠姐 2021-02-04 15:59

I am working on hybrid application, there are HTML5 files which i bundled within application. I need to play video on some HTML pages for that i used android:hardwareAcc

3条回答
  •  萌比男神i
    2021-02-04 16:33

    I've added:

    android:layerType="software"
    

    to WebView, and it magically solved the problem.

    Of course, left out hardware acceleration.

提交回复
热议问题