views:

38

answers:

3

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: 

jqTouch is your starting point.

You can find demos here.

Krunal
+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
+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
Very nice. Thanks, Desmond.
Alex