Hi, I am currently working on using Magicleap Webview on unity. I am trying to listen the event when the user changed the webpage (like click the link/button on the rendering webpage). Are there any existing event/listener in Magicleap API about this tasks? Or if there is a better solution about this task?
Any hints/answers are appreciate.
My current solution is store the current rendering url and check it every frame. I wondering if there is a smarter solution.
Hi @yanghouze,
I would check out the GoToUrl(string url)
in the MLWebViewTabBehavior
.
You can create a listener for each time this is called.
Best,
El
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.