-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
device:error WebXR session support error: sceneEl is null #4373
Comments
What URL, browser, headset? |
Firefox/WebXR API Emulator, haven't seen it with devices yet. So I wrapped Lines 28 to 74 in b9b6813
and aframe/src/utils/tracked-controls.js Lines 163 to 164 in b9b6813
between these lines there is no error checking if e.g. if (!profiles[j]) { profiles[j] = 'oculus-touch' } after adding these dirty fixes emulator works fine - almost. |
I fixed the first issue on 7f017a3 Issue with controllers is something different. |
Description:
Everything here needs
DOMContentLoaded
before right?aframe/src/utils/device.js
Line 28 in b9b6813
1.0.2
The text was updated successfully, but these errors were encountered: