I came across a related question on Stack Overflow about stopping automatic rotation in Three.js while the mouse is clicked. I am now attempting to achieve the same functionality for rotating an object on smartphones and tablets. Given that I have currently implemented it using the mouseDown
method, this approach does not work for touch interactions on mobile devices. Does anyone know of a solution to handle rotation on touchscreen devices?