在尝试了这里建议的所有内容后,这终于在所有手机上为我工作了:
android:hardwareAccelerated="true"
和:
if (android.os.Build.VERSION.SDK_INT < 16) { webView.setBackgroundColor(0x00000000); } else { webView.setBackgroundColor(Color.argb(1, 0, 0, 0)); }
如果您发现无法使用的手机,请通知我.适用于这些手机:
注2(4.1.2)
htc one x(4.0.4)
galaxy s3(4.3)
nexus4(4.3)