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 we use Pop up Webview. And user clicks outside the Webview pop-up, it should close automatically.
In my project, I have header above the web view page, when user clicks on header and select next page webview is not closing automatically, which is not right. So you should add a feature that when user opens other page, webview page should close automatically.
The text was updated successfully, but these errors were encountered:
You can use the Unity UI in areas outside of the Webview, so you can close the Webview after receiving a click event from the gameObject.
If you navigate to another page, a PageStarted callback is passed, where you can close the Webview.
When we use Pop up Webview. And user clicks outside the Webview pop-up, it should close automatically.
In my project, I have header above the web view page, when user clicks on header and select next page webview is not closing automatically, which is not right. So you should add a feature that when user opens other page, webview page should close automatically.
The text was updated successfully, but these errors were encountered: