Reputation: 1459
In a web application (or even in Titanium Desktop) is it possible to recognize and use multi-touch gestures (i.e pinching/3-finger swipe)?
Upvotes: 5
Views: 836
Reputation: 990
Its all about browser support . Browsers which support HTML5 extensively , give u javascript events for gestures , take a look at this link .
Upvotes: 2