Iframe WebXR issue #4642
-
I'm having iframe issues where the content we made is delivered through an iframe and the page opens SceneViewer all the time instead of WebXR, the permissions are supposedly set on the clients side but im an not 100% sure they are set as necessary on our side. Can anyone help me with this, how can i be sure that the permissions are causing the issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Did you follow these instructions? https://medium.com/samsung-internet-dev/using-webxr-in-html-iframes-629c248ff96d Also make sure the phone has accepted WebXR permissions for that page - you may need to clear the permissions if anyone has ever clicked "deny". |
Beta Was this translation helpful? Give feedback.
Also, can you try remixing the Glitch in that article? It demonstrates cross-origin WebXR, so maybe that code will help you find the problem.