Skip to content
Snippets Groups Projects
Commit 9b779bed authored by Kevin Lee's avatar Kevin Lee
Browse files

oops

parent 9c0fc30a
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ export async function getAvailableVREntryTypes() {
const isOculusBrowser = navigator.userAgent.match(/Oculus/);
const isDaydreamCapableBrowser = !!(isWebVRCapableBrowser && browser.name === "chrome" && !isSamsungBrowser);
const isIPhone = navigator.userAgent.match(/iPhone/);
const isFirefoxBrowser = navigator.userAgent.match(/Firefox/);
let generic = VR_DEVICE_AVAILABILITY.no;
let cardboard = VR_DEVICE_AVAILABILITY.no;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment