A-Frame has unusual default camera panning behaviours on tablet and mobile which relies on making users use their device's gyroscope. I am wondering how to change this to touch only controls.
On mobile and tablet: only left/right (yaw) panning is enabled with touch—up/down (pitch) is disabled.
On tablet: you're asked on load to go to your device's mobile mode, which can be turned off with device-orientation-permission-ui="enabled: false"
on <a-scene>
. In mobile mode the gyroscope takes over panning in all directions + yaw via touch.
How does one enable panning in all directions via touch on tablet and mobile?
I can see that 1.1.0 allows disabling the gyroscope https://stackoverflow.com/a/64775508 yet no camera pitch control via touch. Additionally I am stuck on 1.0.4 to allow frame-cursor-teleport to work with my textured glTF model.
Help please!
question from:
https://stackoverflow.com/questions/65931829/a-frame-full-touch-only-panning-for-mobile-and-tablet 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…