LAYER_TYPE_SOFTWARE causes a blank WebView page to load

I put the webview in scrollview and set its layer type to LAYER_TYPE_SOFTWARE. However, this resulted in my webview loading a blank page as a result if the html content was too much. I have to set the layer type to NONE, but this will cause a serious GPU overload. Is there any way to solve this problem?

+4
source share

All Articles