Hi. What's the best way to add touch events to a web app? The page works well enough on the iPad but it would be nice to have some touch events specific to the handheld devices. Do you recommend any jQuery plugins for this? Thanks.
+1
A:
I'm afraid there's little in the way of touch support for jQuery, or indeed any JavaScript library. You'll need to work around platforms that rely on touch.
Even such libraries as jQTouch are limited in the sense that it's only for iOS.
Some interesting reading at http://forum.jquery.com/topic/jquery-ui-and-touch-devices
jakeisonline
2010-07-13 15:03:02
+1
A:
check this out. It's a jQuery plugin that detects touch events like wiping, zooming, scaling and rotation.
http://desmondliang.com/content/touchme-jquery-plugin-ipad-web-apps
Desmond Liang
2010-09-24 19:48:19
Very nice. Thanks, Desmond.
Alex
2010-09-28 20:31:49