How to hide div element in webview url by using external Javascript

I want to create webview app but how to hide some div element .
problem : Any way to hide elements from webview? (android) - Stack Overflow

Usually it goes in javascript like

function hide() { document.getElementById('DIV ID HERE').style.visibility = true or false };

I use webviewer tool extension for load external javascript but js can’t load with webviewer url.

Only post in the forum of the builder that you are using. Why ask this somewhere else while users are helping you here. So show some respect for people that spend their time on you. Next time they will think twice in helping you.

1 Like

I respect you.