About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
bluezzyy
12/8/2017 - 6:30 AM
share
Share
add_circle_outline
Save
WebView闪屏
在某些手机上会出现webView闪屏的问题,是由于开启了硬件加速的原因。
java
content_copy
file_download
// 禁用硬件加速 webView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
clear