IanPhilips / UnityOculusAndroidVRBrowser

3D browser based on GeckoView and Oculus SDK for Unity projects built on Android (Oculus Go/Quest, maybe GearVR)
MIT License
225 stars 63 forks source link

Pop Up Windows #42

Open edsuc opened 2 years ago

edsuc commented 2 years ago

Hello, Thanks for providing this great browser. We're using it to show a website within an Oculus app, and this site has some pop up windows. These pop up windows do not show up in the browser, and so the user is unable to interact with them. If this is something we should be able to do, but we're not doing it right, please could you let me know how to do it? Otherwise, is this something we could request? Thanks, Ed

IanPhilips commented 2 years ago

Hi Ed, I'm not sure how this would work, sorry! the popup window is most likely handled in geckoengine's API but we don't listen for any such callbacks so that would be something new to implement.