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?
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.