透明背景 + Android 3.0 上 WebView 中的 Flash?
我想要一个具有透明背景和 Flash 内容的 WebView。 这两件事可以单独工作,但不能一起工作。因此,对于 Flash,我需要 android:hardwareAccelerated="true"
但背景将不透明。如果我设置 android:hardwareAccelerated="false"
背景将变得非常透明,但我不会看到任何 Flash 内容。
我该如何解决这个问题?
I want a WebView with a transparent background and a flash content.
These two things work perfectly separatly but not together. So for flash i need android:hardwareAccelerated="true"
but then the background won't be transparent. If i set android:hardwareAccelerated="false"
the background will become pretty transparent but I won't see any flash content.
How can I solve that problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看有关堆栈溢出的类似问题:
Android WebView 样式背景颜色:在 android 2.2 上忽略透明 这似乎是一个已报告的错误
Check out this similar question on stack overflow:
Android WebView style background-color:transparent ignored on android 2.2 it appears to be a bug that has been reported