diff --git a/src/basic/ZoomView.tsx b/src/basic/ZoomView.tsx index efb0a6cd..ca802cb7 100644 --- a/src/basic/ZoomView.tsx +++ b/src/basic/ZoomView.tsx @@ -105,7 +105,7 @@ export default class ZoomView extends AtomControl { let { x, y, anchorX, anchorY, scale } = this.zoom; - if (ev.touches.length === 2) { + if (ev.touches.length >= 2) { ev.preventDefault(); ev.stopImmediatePropagation();