aframe-react-boilerplate icon indicating copy to clipboard operation
aframe-react-boilerplate copied to clipboard

EnterVR won't create stereoscopic view on mobile

Open krizepet opened this issue 8 years ago • 9 comments

When entering VR mode on mobile chrome by clicking glasses icon, it doesnt create stereoscopic/VREffects look. Both in prod and dev.

krizepet avatar Oct 19 '16 23:10 krizepet

I'm experiencing the same issue on mobile Firefox Nightly, on Android. Deploying per the docs gives me no VR mode on mobile, and the motion-sensitive (rotating the phone, etc) controls don't work. Using touch controls give me horizontal motion, but no vertical motion.

mhoye avatar Oct 20 '16 14:10 mhoye

(Oh, I should specify: This is Firefox for Android, both nightly and release, on an up-to-date Nexus 6P.

mhoye avatar Oct 20 '16 16:10 mhoye

) #pro

mhoye avatar Oct 20 '16 16:10 mhoye

Thanks. It works on iOS, will have to test on Android. Let me know how the aframe.io and webvr-polyfill examples work.

ngokevin avatar Oct 20 '16 19:10 ngokevin

The examples at aframe.io don't work, with identical problems. The webvr-polyfill examples are 404ing right now.

Interestingly, the aframe boilerplate example at https://ngokevin.github.io/aframe-react-boilerplate/ does work, on github, but doesn't work if you redeploy it per the doc. It exhibits the same problem the examples at aframe.ip.

mhoye avatar Oct 20 '16 19:10 mhoye

Is your gh-pages branch from dev, rather than master?

mhoye avatar Oct 20 '16 19:10 mhoye

Every other example works, even the ghpages link mhoye sent. I ve also tried to clone and run dev version (with aframe 3) - works on desktop but not on mobile...

But I guess there is some difference between ghpages version and repo version. In log I see version of aframe 0.3.0 / in master its 0.3.2...

So I ve downgraded version to 0.3.0 and guess what - IT WORKS. so the problem is probably aframe itself! ;)

krizepet avatar Oct 20 '16 23:10 krizepet

OK, it seems there's an Android-related issue with the latest VREffect. I will file an issue.

ngokevin avatar Oct 21 '16 00:10 ngokevin

Does this work now on 0.5.0?

ngokevin avatar Mar 16 '17 20:03 ngokevin