Displaying GLB blob in AR #3588
Unanswered
tanaydimri
asked this question in
Q&A
Replies: 1 comment 4 replies
-
No, this isn't a Chrome settings issue. The problem is you're trying to start an AR session automatically, which browser security won't allow you to do. You need "user activation", which means something like a click event. If you use our normal AR button, it will work just fine. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
I have a use case where I need to download a threejs scene on the user's mobile device and display it in AR.
Now, according to this discussion. I could only use webXR and Quick Look with this approach. What I did not know at the time is that webXR needs to be activated on each device, based on the errors that I am seeing in the console. Is my assumption correct? If yes, is there a way to at least ask for user's confirmation to enable webXR on their device for this session because 95% of our users would not be familiar with or willing to update their chrome setting just to view our scenes in AR.
Any pointers would be helpful here.
Beta Was this translation helpful? Give feedback.
All reactions