OndrejKunc / SkiaScene

Simple API to transform SkiaSharp objects using functions like zoom and rotate or using gestures like pan and pinch.
MIT License
67 stars 18 forks source link

Disregard events if it is not a move for pan/pinch #20

Closed Cheesebaron closed 4 years ago

Cheesebaron commented 4 years ago

If you tap the Skia Canvas on some Android devices, it will move the canvas by 1 point.

This partially fixes #19