Is it possible to have the web browser be on the same order as the rest of the canvases in unity?
I need it to be able to set the web browser on the same layer as a canvas, because i want to show the contents of a web page inside a canvas, and hide as much as possible the fact that the content seen is in fact a webview.
Another question would also be, is it possible to remove the transparent faded background while the web view is visible? Maybe it is that which is blocking the other ui from being able to be pressed.
I want to have a possibility of closing the web browser via a ‘X’ button in the background on a canvas.