2

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


Ideas would be awesome! =)

RadiantHex
  • 24,907
  • 47
  • 148
  • 244

3 Answers3

2

You can use jqTouch.

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964
  • thanks for that!! =) I hope it's not too heavy compared to the simple functionality I need to add. Thanks again =D – RadiantHex Jul 19 '10 at 15:07
0

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

jaxvy
  • 5,040
  • 1
  • 21
  • 22
  • Yes it is, but the license forces me to open source whatever I do with it? – RadiantHex Jul 19 '10 at 16:06
  • 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 Jul 19 '10 at 18:53
0

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.

Community
  • 1
  • 1
zekel
  • 9,227
  • 10
  • 65
  • 96