Skip to content
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

Can I render UI Unity on top of Webview Android? #587

Open
iletai opened this issue Sep 1, 2020 · 1 comment
Open

Can I render UI Unity on top of Webview Android? #587

iletai opened this issue Sep 1, 2020 · 1 comment

Comments

@iletai
Copy link

iletai commented Sep 1, 2020

When runtime, layout Webview always tops layout. So if I want handel popup, button, or something on webview, It hides on Webview UI, so can I cast layout Unity on top Layout of Webview, it's could be ability?

@KojiNakamaru
Copy link
Member

Sorry, this plugin overlays native webviews over Unity's rendering view so overlaying any element rendered by Unity cannot be placed over webviews. Recent Unity supports "render over native ui" and you can place webviews under Unity's rendering view with the experimental implementation #584, but a user then cannot interact with webviews as Unity's rendering view receives every touch event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants