nhn / gpm.unity

A brand of NHN providing free services required for game development.

Home Page:https://gameplatform.nhncloud.com/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If the user clicks outside the webview popup, the webview should close automatically.

ag-richa-13 opened this issue · comments

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.

Stale issue. Please check this issue.

Hello. @ag-richa-13.

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.

Thank you.

Stale issue. Please check this issue.