*Do Xamarin provides touch position/gesture API ? *Do MR.Gestures is the best solution to handle touch ? *Is there other touch shared code APIs ? *Or simply, how can I get the coordonates of all touched points with Xamarin ?
Thanks
*Do Xamarin provides touch position/gesture API ? *Do MR.Gestures is the best solution to handle touch ? *Is there other touch shared code APIs ? *Or simply, how can I get the coordonates of all touched points with Xamarin ?
Thanks
Xamarin forms built in gesture recognizers provide basic touch handling currently.So externel Api is a choice.
Although you can use dependency service to subscribe/unsubscribe to the tap events. Here is a question you can refer to Xamarin.Forms - Global tapped event on application level.