diff --git a/src/webvr-polyfill.js b/src/webvr-polyfill.js index 1c13cd1..4617de9 100644 --- a/src/webvr-polyfill.js +++ b/src/webvr-polyfill.js @@ -36,7 +36,7 @@ function WebVRPolyfill() { navigator.getVRDisplays : null; - if (!this.nativeLegacyWebVRAvailable) { + if (!this.nativeLegacyWebVRAvailable && !this.nativeWebVRAvailable) { this.enablePolyfill(); if (window.WebVRConfig.ENABLE_DEPRECATED_API) { this.enableDeprecatedPolyfill();