I want to enable 2-finger-pinch-zoom and 3-finger-drag in my app.
What is the easiest way to implement these basic multi-touch functions? No need for custom gestures, just the two multi-touch functions mentioned above:
2 fingers to zoom 3 fingers to pan.
Thanks! =)