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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: