03-26-2024 06:55 AM
We have a product using threejs and aframe. One of the features lets you redirect to a non xr site. For this we call `xrSession.end()` to end the xr and redirect to the new page. This did work up until recently. Now whenever `xrSession.end()` is called the user finds themself with a minimized browser.
I belive this is due to the recent update of the Oculus Browser. Is there something I need to think about before calling `xrSession.end()` or might this be a new bug introduced by accident?
03-30-2024 12:50 PM
I have noticed this recently too - you have to call up the browser again after exiting an XR session - didn't happen until recently - although in debug (through chrome devices) the browser shows as it should.