Adndroid 2.x的设置
在Android 2.x下,设置webview背景为透明的方法:
wvContent.setBackgroundColor(0);
Adndroid 4.0 由于硬件加速导致以上的设置无效,关闭webview的硬件加速:
android:layerType="software"