Replies: 1 comment 2 replies
-
Actually I just figured this out using the poly-fill: https://github.com/immersive-web/webxr-polyfill Added the following to the import WebXRPolyfill from 'webxr-polyfill';
const polyfill = new WebXRPolyfill(); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am loving working in react-three-fibre, it's been so easy to get started. I was wondering is it possible to fallback to Google Cardboard or at least detect a phone so that the behaviour of the browser is like that of Mozilla A-Frame?
Currently the response is VR not available, but I would like to enter into stereoscopic mode when on a phone. Are there any guides or tutorials on this?
Just to clarify, I am using the @react-three/xr library
Thanks so much,
Markus
Beta Was this translation helpful? Give feedback.
All reactions