I have an App that shows an html by a webview, then I have a button that shows me an overlay but the Webview appears over the overlay, what can I do to solve this? I don’t want the webview to “disappear” , I want the overlay to be over the webview.
I tried doingc “object:toFront()” and “object:toBack()” but it doesn’t work.