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
This is because the Fullscreen API (which was used by the old WebVR API) is not supported in Safari/IE10 - nor is the vrdisplaypresentchange event fired (which is specific to the new WebVR API, and it's not polyfilled by the webvr-polyfill; filed immersive-web/webvr-polyfill#40).
Three.js version
r74/master
dev
Browser
Safari on iOS
OS
iOS
Hardware requirements
Reproducible on Safari on an iPhone 6 w/ iOS 9.
The text was updated successfully, but these errors were encountered:
Problem
With the introduction of this line in
VREffect
'srender
method, Safari/Edge cannot enter stereo projection because theisPresenting
variable never gets set.This is because the Fullscreen API (which was used by the old WebVR API) is not supported in Safari/IE10 - nor is the
vrdisplaypresentchange
event fired (which is specific to the new WebVR API, and it's not polyfilled by the webvr-polyfill; filed immersive-web/webvr-polyfill#40).Three.js version
Browser
OS
Hardware requirements
Reproducible on Safari on an iPhone 6 w/ iOS 9.
The text was updated successfully, but these errors were encountered: