How to hide Adsense from Webview to ad Admob?

Yeye1984

Regular Member
Joined
Jul 19, 2020
Messages
228
Reaction score
38
please I need help. How can I hide Adsense from webview to add Admob? I have a blog with Adsense , but on webview isn't allowed Adsense. How to hide it? Thank you guys
 
Last edited:
Maybe some of the genius in this forum can help us :(
 
if you are in android you can run a javascript code in the webview like this:

Code:
view.loadUrl("javascript:document.getElementById(\"header\").setAttribute(\"style\",\"display:none;\");");
 
if you are in android you can run a javascript code in the webview like this:

Code:
view.loadUrl("javascript:document.getElementById(\"header\").setAttribute(\"style\",\"display:none;\");");
Sorry I don't know anything about coding, can you please tell me where to add this?
 
Back
Top