jasudev / Zoomable

It is a container that allows you to zoom in and out of an image using only SwiftUI.
MIT License
101 stars 18 forks source link

difficult to pinch to zoom, most of the times it starts a pan gesture #2

Open soymonitus opened 2 years ago

soymonitus commented 2 years ago

If you are not super good with your timing placing two fingers on the screen, the view does a panning instead of zooming

dknchris commented 2 years ago

Same. The gesture detection is buggy. When pinching, it starts panning most of the time instead of zooming.