Replies: 1 comment 10 replies
-
Hi @rawwerks, thanks for reaching out. Unfortunately, as you saw in the other discussion #2884, passing GLB blob to src in SceneViewer mode is not supported. This is due to security restrictions in Android. Basically because scene viewer is technically a separate app(though a 1P app), the blob is meaningless outside of Chrome. Quick Look only works because Apple makes an exception for it, but tighter securities are applied in Android even between 1P apps. |
Beta Was this translation helpful? Give feedback.
10 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.
-
@njiang and i are running into some challenges taking a .glb file that was generated client-side and passing that to model-viewer as a blob.
this post suggests that scene-viewer cannot accept blobs #2884 - but before we go build a bunch of webXR stuff from scratch - i'm curious if someone here (maybe @elalish ?) could help give a definitive answer.
what we are trying to accomplish is:
we currently have this working w/ three.js and a USDZ export for iOS AR Quick Look. we are thinking that model-viewer might be the best way to also support Android devices.
Beta Was this translation helpful? Give feedback.
All reactions