This is a bug.
Creating a new empty project with
react-360 init TestProject
cd TestProject
yarn run start
Navigating to the test project with a phone
And "looking" around by moving the phone around should pan the 360 world.
Nothing happens,
Only dragging with finger will pan the world.
Above
I can see there is support in the DeviceOrientationCameraController, i do not know what else is needed.
Any update?
Are you having the same issue?
Yep! Works on Firefox annoyingly. I looked into the DeviceOrientationCameraController and when I log out the 'enabled' flag it is false. For some reason it comes to the conclusion that my Chrome browser is not supported.
I麓m having the same trouble, do you know how can i fix it?
Thanks!
Hi!
I麓ve "fixed" this, using https connection in (for example) Firebase Hosting (you can try it also with Glitch or an dedicated server). It seems like Chrome it麓s blocking VR API due to low security connection.
In Safari it麓s already not working...I麓ve to do more tests.
Most helpful comment
Yep! Works on Firefox annoyingly. I looked into the DeviceOrientationCameraController and when I log out the 'enabled' flag it is false. For some reason it comes to the conclusion that my Chrome browser is not supported.