Replies: 1 comment 7 replies
-
This is an interesting idea; can you put together a Glitch or other repro link where I can repro the problem you're describing? |
Beta Was this translation helpful? Give feedback.
7 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.
-
Hi,
are there any plans to add option to define custom fallback URL that user will be redirected to if SceneViewer on Android fails to open?
I can see here:
model-viewer/packages/model-viewer/src/features/ar.ts
Line 303 in 6a70645
that it is currently hard coded to current location url with added hash.
It may become troublesome behavior when using modelviewer via iframe on diffrent domain, beacuse then there is no way to inform user that something went wrong (fallback url is being blocked by browser because domains don't match).
Also it would allow to set fallback url to redirect user to Google Play Store to download or update Google AR Services. It is probably the most common use case for fallback url from what I saw on other solutions.
Beta Was this translation helpful? Give feedback.
All reactions