The Wayback Machine - https://web.archive.org/web/20200526070125/https://github.com/aframevr/aframe/issues/4560
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs - The text component examples are bugged in chrome #4560

Open
jonaspetersorensen opened this issue Apr 23, 2020 · 1 comment
Open

Docs - The text component examples are bugged in chrome #4560

jonaspetersorensen opened this issue Apr 23, 2020 · 1 comment

Comments

@jonaspetersorensen
Copy link

@jonaspetersorensen jonaspetersorensen commented Apr 23, 2020

Description:

  • A-Frame Version: <script src="../../../dist/aframe-master.js"></script>
  • Platform / Device: Windows, Google Chrome Version 81.0.4044.113
  • Reproducible Code Snippet or URL:
    All of the text demos linked in components/text

Error message:

Uncaught TypeError: navigator.xr.requestDevice is not a function
    at Object.<anonymous> (device.js:21)
    at Object.173._process (device.js:150)
    at s (_prelude.js:1)
    at _prelude.js:1
    at Object.176../bind (index.js:6)
    at s (_prelude.js:1)
    at _prelude.js:1
    at Object.149.../package (index.js:25)
    at s (_prelude.js:1)
    at e (_prelude.js:1)

They all work fine in Firefox v75.0 (windows).

My development environment is set up to use the same Chrome version and aframe v1.0.4, and I get no errors there. It is just the demos that throw that error message.

@dmarcos
Copy link
Collaborator

@dmarcos dmarcos commented Apr 23, 2020

Those examples are outdated pointing to old versions of A-Frame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.