TBertuzzi / Bertuzzi.MAUI.PinchZoomImage

🔍 Zoom in on the image with the pinch 👌 of your fingers or double tapping 👆
17 stars 6 forks source link

Fix vertical panning + panning size calculation in PinchZoom.cs #5

Open matthewrdev opened 1 year ago

matthewrdev commented 1 year ago

Hi @TBertuzzi,

Thanks for writing this sample and a great little control!

I encountered an issue with vertical panning when I dropped this into an app so I've fixed it (probably a copy-pasta typo 😅).

I've also setup the control to take the parents width/height when applying panning instead of using the current application page. This makes the control more flexible.

Thanks again :)