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.
1 parent ad76794 commit 6f91e54Copy full SHA for 6f91e54
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