immersive-web / webxr-samples

Samples to demonstrate use of the WebXR Device API
https://immersive-web.github.io/webxr-samples/
MIT License
1.01k stars 485 forks source link

Hit test is not on working on Chrome 80 on Arcore support Android device #67

Closed Sanna709 closed 3 years ago

klausw commented 4 years ago

Please try Chrome Beta (81) where hit test is enabled by default - in Chrome 80, it needs to be enabled manually in chrome://flags.

Sanna709 commented 4 years ago

I have tried in Chrome Beta as well but there No sample of webxr is working(even after enabling all flags).And in Chrome 80 also I have enabled all the flags required and all other samples are working

ybinstock commented 4 years ago

I'm having the same issue. The barebone example (18) and immersive AR sessions (2) work fine, but the hit test example does not. When I click 'Start AR, I get the attached error.

Screenshot 2020-04-14 at 11 04 48

I'm on Chrome 80.0 with hit test flag set to true, Android 10, Samsung Galaxy 9.

klausw commented 4 years ago

Hit test was not enabled by default in Chrome 80, so it only worked when enabled in flags. If I remember right, the feature name was not recognized yet in that version, so marking it required would fail.

Please try Chrome 81 or newer.

ybinstock commented 4 years ago

With the update to Chrome 81, I can now say this issue is no longer broken.

Thanks!

klausw commented 4 years ago

Thanks! Closing this issue, please follow up separately if Chrome 81 or higher are still not working.

Edit: I can't actually close it.