The component stopped working with the AR button #5057
Replies: 3 comments
-
I'm not sure that Codepen will be your best test environment for
model-viewer, for triggering the AR mode.
Have you tested it on a live site? If you linked that above apologies I
didn't see a link.
…On Tue, Jun 17, 2025, 3:18 AM vastroonaut ***@***.***> wrote:
*vastroonaut* created an issue (google/model-viewer#5056)
<#5056>
The problem is that when the user clicks the AR button in the
model-viewer, the browser tries to launch augmented reality via a special
Android scheme intent://. This scheme should open Google ARCore Scene
Viewer to display the 3D model in AR mode. However, the browser returns the
error "scheme does not have a registered handler" - this means that there
is no application in the system that can handle this scheme.
On the website in the documentation in the example - the same error
Example - https://codepen.io/zfsakzme-the-selector/pen/bNdjmXd
Thank you for your attention :)
—
Reply to this email directly, view it on GitHub
<#5056>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACAKTJLWEFUX7GQSSG7ZWR33D7FN3AVCNFSM6AAAAAB7POPRR6VHI2DSMVQWIX3LMV43ASLTON2WKOZTGE2TENJSHAYTCMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I tested it on the working site, but it doesn't work here either - https://modelviewer.dev/examples/augmentedreality/index.html this is the official documentation site, right? |
Beta Was this translation helpful? Give feedback.
-
How are you testing it? I just tried opening your link in Samsung s23, and it works fine. Note that you can't test the AR feature in your desktop browser. Here is what I see: mvarbutton.mp4 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The problem is that when the user clicks the AR button in the model-viewer, the browser tries to launch augmented reality via a special Android scheme intent://. This scheme should open Google ARCore Scene Viewer to display the 3D model in AR mode. However, the browser returns the error "scheme does not have a registered handler" - this means that there is no application in the system that can handle this scheme.
On the website in the documentation in the example - the same error
Example - https://codepen.io/zfsakzme-the-selector/pen/bNdjmXd
Thank you for your attention :)
Beta Was this translation helpful? Give feedback.
All reactions