I’m trying to create an experience for primary use on desktop where the user types into an input field. The problem I’m having is when the user needs to use “W,A,S or D” it moves the camera view. How can I disable this in A-frame for 8th wall? I’ve tried a few things found on google but nothing seems to be working. Thanks!
Hello @Amir_Berenjian
You can disable camera controls by setting
xrweb="allowedDevices: any; disableDesktopCameraControls: true"
more information can be found in our documentation here:
1 Like
Fantastic! Thanks, Ian.