id: 11905    nodeId: 11905    type: General    point: 28.0    linkPoint: 1.0    maker: cella    permission: linkable    made at: 2013.12.17 06:46    edited at: 2013.12.17 06:46
Multi-touch event handling with Javascript

1. using gesturestart, gesturechange, gestureend event, which are not supported by some browsers
http://techblog.floorplanner.com/post/20528546052/interactive-svg-on-the-ipad

2. using touchstart, touchmove, touchend events, which are basic and supported by most browsers
https://groups.google.com/forum/#!topic/phonegap/QpXAzVo_Fi8

Return to Multi-touch event handling with Javascript