webview 简单的设置背景为空是没有用的,
mWebView.setBackgroundColor(0);
mWebView.getBackground().setAlpha(0); // 设置填充透明度 范围:0-255 这样设置
webview 简单的设置背景为空是没有用的,
mWebView.setBackgroundColor(0);
mWebView.getBackground().setAlpha(0); // 设置填充透明度 范围:0-255 这样设置
转载于:https://www.cnblogs.com/CooL911/p/5279741.html