views:

168

answers:

3

Hi folks,

any good framework I can use to listen for touch, swipes and pinch actions?


Ideas would be awesome! =)

+2  A: 

You can use jqTouch.

SLaks
@SLaks: thanks for that!! =) I hope it's not too heavy compared to the simple functionality I need to add. Thanks again =D
RadiantHex
A: 

Check out http://www.sencha.com/. It seems pretty cool.

jaxvy
Yes it is, but the license forces me to open source whatever I do with it?
RadiantHex
I think if your project is open source you can use it as you wish, but if your project is a commercial one then you would need to buy a license.
jaxvy
A: 

It's not a framework, but you might find my answer here helpful. It's a working example of how to handle pinch actions in the javascript of a UIWebView. Not too inconvenient.

zekel