我想在imageView上的静态图像上显示webView.
我像这样为webView设置透明色
webview.setBackground(0);
Run Code Online (Sandbox Code Playgroud)
我将背景颜色设置为透明
<html>
<head>
</head>
<body style="background-color:transparent">
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
但Webview的背景显示为白色.
我展示了任何问题,并尝试以下页面的解决方案,但没有任何改变.
你有什么想法?请帮我.