Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我将缓存模式设置为 "w.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE)"并将视图图层类型设置为,我在缩放 WebView(例如 w)时遇到问题,
"w.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE)"
" w.setLayerType(View.LAYER_TYPE_SOFTWARE, null);" ,
在将视图缩放到屏幕尺寸以上时,webview 变得不可见。但是在滚动和缩放时使用上述行之前,webview 的背景闪烁着黑色。请帮我找到解决方案。谢谢大家。
删除此行并禁用 manifest 中活动的硬件加速android:hardwareAccelerated=false。
android:hardwareAccelerated=false