Hello
i am trying to hide an element before the page load
i tried using webview extras to inject JS on page finished
it worked, but there is about half of a second the element is visable until JS is executed (the element flicker quickly)
how can i hide that element before the page load so it wont appear at all ?
i am trying to hide an element before the page load
i tried using webview extras to inject JS on page finished
it worked, but there is about half of a second the element is visable until JS is executed (the element flicker quickly)
how can i hide that element before the page load so it wont appear at all ?
B4X:
WebViewExtra.ExecuteJavascript("document.getElementsByClassName('customer-signin-module')[0].remove();")