penguinrob
penguinrob

Reputation: 1459

Mac Multi-touch in a web application

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

Answers (1)

codeAnand
codeAnand

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

Related Questions