I want to display webView on static image on imageView.
I set transparent color to webView like this
webview.setBackground(0);
I set background-color as transparent
<html>
<head>
</head>
<body style="background-color:transparent">
</body>
</html>
but Webview's background keep displaying as white.
I show any questions and try these following page's solution but nothing to change.
- Android WebView style background-color:transparent ignored on android 2.2
- Transparent Background + Flash in WebView on Android 3.0+?
Do you have any ideas? Please help me.