Is it possible to make a Chrome App multi-touch?
I've been searching for a while, and at the Chrome Platform JavaScript API documentation I couldn't find anything related to touch gestures, swipe, zoom, rotate, etc.
I've just found JavaScript touch events and the Touchy jQuery library. Touchy is what I'm looking for, but I think that it just works for mobile browsers or enabling an Android emulator in Chrome (not so professional and maybe won't work in a Chrome App).
So, if you know a way of enabling multi-touch events in a Chrome App, please tell me.