You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's useful to know when VR mode has been entered. With the current API that piggybacks off of requestFullscreen, you can listen for the fullscreenchange event, but it's kind of a hack because you don't know necessarily if it's a vrDisplay.
Issue by cvan
Thursday Dec 17, 2015 at 21:27 GMT
Originally opened as https://github.com/aframevr/aframe-core/issues/698
It's useful to know when VR mode has been entered. With the current API that piggybacks off of
requestFullscreen
, you can listen for thefullscreenchange
event, but it's kind of a hack because you don't know necessarily if it's avrDisplay
.Related: see #286 and #286 (comment)
and also
match-media
proposal here: https://github.com/aframevr/aframe-core/pull/518/files#diff-68b5544f3cdb6b74d38ac2e61a2e2f74R37The text was updated successfully, but these errors were encountered: