Hi all!
I’ve recently been looking around for a pinch gesture recognizer. It seems there are some existing contributions from other Corona developers (thank you!), but they can be buggy and it takes time to figure out how to integrate them as well as adding their library code.
It would be GREAT if Corona would provide APIs for common gestures:
* Pinching in and out (for zooming a view)
* Panning or dragging
* Swiping (in any direction)
* Rotating (fingers moving in opposite directions)
* Long press (also known as “touch and hold”)
* Tapping (any number of taps)
This type of input recognition is exactly the type of thing that should be in the SDK. From what I’ve seen poking around the forums, each developer is having to reinvent the wheel trying to bake their own implementations with varying degrees of success. It’s a shame we have to bungle around trying to cook up our own gesture recognizers.
Corona, if you guys put this in you could claim 15x faster app development.
Here’s a link to the feature suggestion if you care to vote: http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/6306349-add-gesture-recognizers-pinching-panning-swipi

