immersive-web / webxr-samples

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

Immersive ar session samples not work #151

Closed chen-xiao-dong closed 2 years ago

chen-xiao-dong commented 2 years ago

The Ar samples don't work. Does it matter that the below module not accessible? There is no "Enter AR" button showed in the detailed page.

fetch("https://cdn.jsdelivr.net/npm/@webxr-input-profiles/motion-controllers@1.0/dist/motion-controllers.module.js", { "headers": { "sec-ch-ua": "\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"99\", \"Google Chrome\";v=\"99\"", "sec-ch-ua-mobile": "?1", "sec-ch-ua-platform": "\"Android\"" }, "referrer": "https://immersive-web.github.io/", "referrerPolicy": "strict-origin-when-cross-origin", "body": null, "method": "GET", "mode": "cors", "credentials": "omit" });

chen-xiao-dong commented 2 years ago

Network issue resolved.