Hello @KojiNakamaru and everyone, I would like to know if is still not possible to work with a canvas with buttons or whatever in the same scene as where the WebView is.
Here you can see that I have move the margins and WebView Buttons, but behind the first one I have a buton from a canvas, which is not possible to click.

In the next screenshot I have tried to "hide" the WebView in the second button with webViewObject.enabled = false; but doesnt respond.
With the first button (the one with Destroy(); ) It hides but I'm still not able to click any of the buttons.

So there's any solution or workaround for this, any way of use canvas elements?
Do I will have to work with GUI buttons only?
Thanks :)
Hello @KojiNakamaru and everyone, I would like to know if is still not possible to work with a canvas with buttons or whatever in the same scene as where the WebView is.
Here you can see that I have move the margins and WebView Buttons, but behind the first one I have a buton from a canvas, which is not possible to click.
In the next screenshot I have tried to "hide" the WebView in the second button with

webViewObject.enabled = false;but doesnt respond.With the first button (the one with
Destroy();) It hides but I'm still not able to click any of the buttons.So there's any solution or workaround for this, any way of use canvas elements?
Do I will have to work with GUI buttons only?
Thanks :)