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 cc86846 commit 2b4dbabCopy full SHA for 2b4dbab
src/utils/vr-caps-detect.js
@@ -63,8 +63,7 @@ export async function getAvailableVREntryTypes() {
63
: VR_DEVICE_AVAILABILITY.no;
64
65
const displays = isWebVRCapableBrowser ? await navigator.getVRDisplays() : [];
66
- const isFirefoxReality = window.orientation === 0 && "buildID" in navigator && displays.length > 0;
67
- const isInHMD = isOculusBrowser || isFirefoxReality;
+ const isInHMD = isOculusBrowser;
68
69
const screen = isInHMD
70
? VR_DEVICE_AVAILABILITY.no
0 commit comments