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

Popup webview

OmedMilat opened this issue · comments

commented

Service

  • WebView
  • AssetManagement
  • Communicator
  • LogViewer
  • Manager
  • UI
  • Profiler
  • Adapter
  • DLST

Version

2.2.5

Summary

When using the webview in popup mode, the elements underneath the webview becomes non interactable. I want to be able to click some button or drag something in Unity while the webview is open. Is something like this possible or not?

Additional context

For implementation i have followed this tutorial: https://www.youtube.com/watch?v=CmsRC3X0pNA (i am new to Unity)

Hello. @OmedMilat.
First of all, thank you for using GPM.

We've updated the answer.

Currently, events are received for the entire area, even if the webview is displayed as a popup.
We have a plan to fix this and will let you know in the comments when it's done.

Thank you.

Hello. @OmedMilat.

WebView 2.0.0 has been deployed.
Set the WebView to occupy only the size of the popup area.
Please refer to the SampleWebView.cs file and ReleaseNotes

Thank you.