android webview rendering is showing a White Page

前端 未结 3 1678
天命终不由人
天命终不由人 2021-02-04 22:31

Sometimes, when I load my webview with loadUrl, the website is not showing up until I touch the screen or scroll.

It\'s like I have a webview drawing problem.

         


        
3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-04 22:47

    What version of Android are you testing on? Pre-4.1 versions of Android seem to have this sort problem with WebViews sometimes.

    Add this to the manifest for that Activity to fix the problem:

    android:hardwareAccelerated="false"
    

提交回复
热议问题