I am trying to replace a TrackBallControl for an ArcballControl. On a desktop, everything worked beautifully, but when I run on iPhone, only the rotation works. The model vanishes as soon as a Pan or Zoom is started. However, the official example from three.js works just fine.
The only difference I can see is that I am not using the lil-gui. Does it make any initialization for gestures, like pinch? Another problem is that copy and pasting the control state produces
Uncaught TypeError: navigator.clipboard is undefined
DOMException: Clipboard write was blocked due to lack of user activation.
Again, in the official example this feature also works.
Any help is welcome.
Thanks.