Latest aframe master targets WebXR
See original GitHub issuethese lines in aframe:
cannot read 'supportsSession' of undefined
https://github.com/aframevr/aframe/blob/a35c3676b176d094be5b0a66b6750675910a26e3/src/utils/device.js#L6
cannot read property 'isPresenting' of undefined
https://github.com/aframevr/aframe/blob/62636285a4b7816defda7c26765e1e89b04ec96a/src/core/scene/loadingScreen.js#L19
I think its around here in exokit/src/XR.js
I was upgrading to the latest aframe as it solves 3-4 other issues i have - so i hope this is an easy one 🙏
Edit: Repro node . https://steel-fear.glitch.me/
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
aframe/CHANGELOG.md at master - GitHub
a: Web framework for building virtual reality experiences. - aframe/CHANGELOG.md at master · aframevr/aframe.
Read more >Interactions & Controllers - A-Frame
A-Frame provides an implementation for supporting multiple types of 6DoF controllers (Vive, Oculus Touch) via the hand-controls component. The hand-controls ...
Read more >Image Tracking and Location-Based AR with A ... - A-Frame
The new AR.js tracking can take any arbitrary image or drawing (not only markers) to position and display your 3D content. You just...
Read more >Installation - A-Frame
Installation. This installation section offers several ways to get started with A-Frame, although most methods don't require any actual installation since ...
Read more >ar-hit-test - A-Frame
This component uses the WebXR hit-test API to position virtual objects in the real world. Remember to request the hit-test optional feature to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks! My first guess is this is Three.js WebXR changes trickling downstream.
fixed!