I have a web view on a picture and I want when I click on a button to change the background of the webview to transparent...
To do so I use webView.setBackgroundColor(Color.TRANSPARENT);
When I press the button my webview doesn't change it's color.. I have to write something in it to change it's color after I press the button..
Does somebody knows how to fix this?
Thank you!