lukashecke / XF-Gesture-Demo

Free, open source Xamarin.Forms gesture demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xamarin.Forms Gesture Demo - Open Source

Handeling touch input can be quite a phenomenon with Xamarin.Forms. Although Microsoft offers a good Documentation on how to implement this, the output we get from void OnTouchEffectAction(object sender, TouchActionEventArgs args) it not so straight foreward. Especially the multitouch is tough to realize, because we always get one single touch back.
This little demo application let us watch e.g. how multiple fingers on the screens are processed in the background.

Alt text

Features

  • Touch gestures are logged in realtime
  • Ready to use on Android and iOS
  • Clearing the log (not in the picture)

If you like my work, check out other projects on my Github.

License

Copyright (c) Lukas Hecke. All rights reserved.

Licensed under the MIT license.

About

Free, open source Xamarin.Forms gesture demo

License:MIT License


Languages

Language:C# 100.0%