Vertical drag controls disabled on mobile

I have an integration that allows the user to drag and move the camera in both X and Y coods. When the user loads the same ThreeKit player on a touch enabled mobile device they are only able to Orbit.

Is there a config setting I could change to enable full control on mobile?

Hi Aaron,

Vertical rotation is disabled on mobile by default to prevent interference with scrolling. you can enable vertical scrolling with allowMobileVerticalOrbit: true player parameter. This can cause some issues with scrolling however.

Ian

Thanks Ian,

I have turned this on and seems fine locally - I will feedback and comment tomorrow if I am seeing any issues on mobile

1 Like