google-ar / codelab-webxr

Building an augmented reality application with the WebXR Device API
https://codelabs.developers.google.com/codelabs/ar-with-webxr/
Apache License 2.0
171 stars 85 forks source link

Get "Installing AR module" toast and then nothing #14

Open tangobravo opened 5 years ago

tangobravo commented 5 years ago

Using Chrome Canary 72.0.3626.0, Android 9, Pixel 2. ARCore is installed and works with native apps. Canary has camera permission (verified with a getUserMedia demo). webxr and webxr-hit-test flags are enabled.

Visiting the code lab demo link: https://googlecodelabs.github.io/ar-with-webxr/final

On pressing the "Start Augmented Reality" button, I see a toast saying "Installing AR Module..." and then nothing else. Tried re-installing, re-tapping the link, force closing, reinstalling ARCore. No dice.

Is it just me?

jsantell commented 5 years ago

Some Chrome folks are looking into this, thanks for reporting! As an FYI, Canary support for WebXR is under development, so there may be some builds that do not work

eweitz commented 5 years ago

This issue can be worked around by using Chrome Dev 72.0.3623.0.

I got the same error as @tangobravo on Chrome Canary 72.0.3626.0, Android 9, Pixel 3.

anilachary commented 5 years ago

I Too Got The Same Thing . As Its a Unstable ...... May Be Browser Needs Updates ...... We Will Get This Solved In Next Update

eweitz commented 5 years ago

This seems fixed in current Chrome Canary and Chrome Dev (73.0.3640.0).

anandbhaskaran commented 5 years ago

We are getting the same issue on Galaxy S8 with Android 8.0 in Chrome Canary 73.0.3666.0 and the build R16NW. We managed to get it work on Chrome Dev 73.0.3643.0. Thank you :)