When 开发者_如何学JAVAusing Android 3.0+ and enabling hardware acceleration in your AndroidManifest.xml file, WebViews can no longer be transparent. Even worse, transparent parts of images in your web content are just rendered white!
So the question is, is there a workaround or are we forced to live without hardware acceleration (or transparency in webviews)?
This is currently broken in 3.0+ with hardware acceleration turned on.
http://code.google.com/p/android/issues/detail?id=14749
精彩评论