We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba76923 + 6f91e54 commit 88056eeCopy full SHA for 88056ee
examples/js/vr/HelioWebXRPolyfill.js
@@ -4,6 +4,10 @@
4
5
if ( /(Helio)/g.test( navigator.userAgent ) && "xr" in navigator ) {
6
7
+ if ('isSessionSupported' in navigator.xr) {
8
+ return;
9
+ }
10
+
11
console.log( "Helio WebXR Polyfill (Lumin 0.97.0)" );
12
13
const isHelio96 = navigator.userAgent.includes( "Chrome/73" );
0 commit comments