Open yendrapriambada opened 1 year ago
You cannot add a uGUI button over webview. Instead, you can add a HTML button by utilizing EvaluateJS(), for example: https://github.com/gree/unity-webview/issues/471#issuecomment-550794359 . Of course, you can directly embed a button in HTML if you can control the HTML content.
Hi, there! I have a question, i want to add button to go back to previous scene. can i add button above the webview? because i set the webview to fullscreen, so the button should place above the webview. Thanks Before!