OrbitControls: Three fingers pan error

I found it’s not work with three fingers to move the camera in my phone( iPhone X 64GB),
what happen and how to debug?

What do you mean with “not work”? Can you please explain in more detail what’s going wrong?

Besides, can you reproduce the problem with this example?

https://threejs.org/examples/misc_controls_orbit

It’s means I move the fingers but the object not move.

OrbitControls does not use three finger gestures. It behaves like so:

  • One finger touch: Rotate
  • Two fingers touch + move: Pan
  • Two fingers touch + pinch: Zoom/Dolly

thank you but infact,I use three fingers to move the object,and Two fingers touch + move not work

Unfortunately, I can’t reproduce this on a Pixel. Someone with an iPhone needs to verify your issue.