Skip to content

Commit dd9b922

Browse files
author
Avaer Kazmer
committed
Hack: do not initialize webxr polyfill in helio
1 parent f8952d4 commit dd9b922

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/webxr-polyfill.module.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6132,4 +6132,6 @@ class WebXRPolyfill {
61326132
}
61336133
}
61346134

6135-
new WebXRPolyfill();
6135+
if (!/(Helio)/g.test(navigator.userAgent)) {
6136+
new WebXRPolyfill();
6137+
}

0 commit comments

Comments
 (0)