Open JavedAppdevelopment opened 7 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
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