You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin is an amazing work but I have one problem. I try to show my Unity UI buttons over native WebView by enabling the option "Render over native UI" and they show, for sure, but I cannot interact with them. The webview is stretched to the whole screen (margin 0, 0, 0, 0) so am I right that it still intercepts clicks events on the whole screen despite the UI being visible? Is there a way to solve my issue? Any help will be appreciated.