mono / SkiaSharp

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
MIT License
4.48k stars 538 forks source link

Pinch and Pan Gesture with touch effect not works for android version, project developed in xamarin.forms #315

Open JavedAppdevelopment opened 7 years ago

JavedAppdevelopment commented 7 years ago

I am trying to create an app that allow to zoom and scroll with finger print draw. Pinch and Pan with Touch works in iOS version but not work in Android version. project is in Xamarin.Forms, and uses same code for touch as in SkiaSharp FingerPrint demo, just added more code for pinch and pan gesture.

My source code is at : https://github.com/JavedAppdevelopment/DrawTrackingForms/tree/master/DrawTrarkingForms

nor0x commented 5 years ago

Any updates on this one? I saw that #309 introduces TouchEvents but somehow they interfere with Xamarin.Forms GestureRecognizers on Android. How could one get Pinch or Pan Gestures working - can you point me to a direction here @mattleibow ? Thanks