Is it possible to detect if Scene Viewer will work on a specific android device in the most resent versions of model viewer? #2426
hd-esteban
started this conversation in
General
Replies: 2 comments 9 replies
-
No, Quick Look is able to do that because they're hacked directly into Safari. Chrome doesn't allow that kind of exception, partially to protect privacy against fingerprinting. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Perhaps you're looking for the is-ar-supported sample?
https://modelviewer.dev/examples/augmentedreality/
…On Tue, May 25, 2021 at 11:43 AM Esteban26 ***@***.***> wrote:
As far as I saw in some older implementations of model-viewer it was not
possible to identify whether the android device would be able to open Scene
viewer or not. It used a fallback_url to redirect to in case of any error
and a has was used to force the Full screen view for that cases.
For ARQuickLook it is now possible to detect this if the tag supports the
AR value for the attribute and show/hidde the ar implementations if it is
not able?
is this possible in the new AR core/Scene viewer versions?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2426>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZY3MRZEA3RTDKG4ZXC6YLTPPVVFANCNFSM45P6756A>
.
|
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.
-
As far as I saw in some older implementations of model-viewer it was not possible to identify whether the android device would be able to open Scene viewer or not. It used a fallback_url to redirect to in case of any error and a has was used to force the Full screen view for that cases.
For ARQuickLook it is now possible to detect this if the tag supports the AR value for the attribute and show/hidde the ar implementations if it is not able?
is this possible in the new AR core/Scene viewer versions?
Beta Was this translation helpful? Give feedback.
All reactions