Framework for catching Android/iPhone touch actions? - Javascript
any good framework I can use to listen for touch, swipes and pinch actions?
Ideas wou开发者_如何学Cld be awesome! =)
You can use jqTouch.
Check out http://www.sencha.com/. It seems pretty cool.
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.
精彩评论