gpt4 book ai didi

java - 透明度 webView

转载 作者:行者123 更新时间:2023-11-30 03:48:53 26 4
gpt4 key购买 nike

我正试图让我的背景 webView 像那样透明:

webView.setBackgroundColor(0x00000000);

但它不起作用,如果我添加这一行,一切都是透明的(我看不到我的 html 页面):

webView.setLayerType(WebView.LAYER_TYPE_SOFTWARE, null);

我读到有时当这个 android:hardwareAccelerated="true"在 list 中时会出现问题,但我没有这一行。

HTML:

<BODY style=\"padding:0;margin:0;\">
<div style="padding:0;margin:0;background:transparent;border:none;position:relative;cursor:pointer;overflow:hidden;height:165px;">
<object ggnoclick ggswfcid name="fo_GGUID" id="fo_GGUID" width="100%" height="165" data="http://c.gumgum.com/ads/com/cesar/big_dogs/cesar_250x100_01.swf?modalURL=GGUID" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent" background="transparent" style="background:transparent;">
<param name="AllowScriptAccess" value="always" />
<param name="wmode" value="transparent" />
</object>
</div>
</BODY>

最佳答案

myWebView.setBackgroundColor(0);

这适用于我的情况。我使用 android 2.2。
请参阅 This Link 中的同一主题

关于java - 透明度 webView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14465740/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com