aframe: Document how to enter/exit VR
Description:
document.querySelector('a-scene').enterVR();
document.querySelector('a-scene').exitVR();
And also document how to when <iframe>
-ing content.
- A-Frame Version: any
- Platform/Device: all
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 29 (17 by maintainers)
Commits related to this issue
- add toggle hud functionality Added hud ui prototype. Renders a curved panel 180˚ around the user. The panel could hold UI elements, info or other content. Toggle functionality is triggered by the sel... — committed to phonofidelic/onto3d by phonofidelic 7 years ago
- Clarify seamless VR link traversal We should make it clear that the VR experience is only seamless on Vive et al. We are not managing our user's expectations correctly, see https://github.com/aframev... — committed to 0atman/aframe by 0atman 5 years ago
Well, no one is against #705. Though I might also just recommend creating a scene component. They have the advantage that you don’t have to worry about query selecting, waiting for events. Just write JS and attach:
Nice section here, but for some reason waiting for
loaded
doesn’t work. you have to add asetTimeout
. gotta figure out why:Also, not exactly specific to this issue, but still think we should support #705.