Skip to content Skip to sidebar Skip to footer

Android Webview Content Overlapping While Using Transparent Background

I found that this question has been asked before How to resolve overlapping the content of the webview here, but it was closed for some reason. But here is what happens. I have cre

Solution 1:

Try before doing web.loadUrl(url); doing web.clearView();

See docs.

Post a Comment for "Android Webview Content Overlapping While Using Transparent Background"