-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render Unity UI on top of WebView #888
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
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.
The text was updated successfully, but these errors were encountered: