Is there a way to register more than one finger and its position? In javascript there are options for reading cursor data and position. But it appears to have nothing for mobile devices and their ability to touch multiple places at once. Best i have found is reading the scroll position xyz. but that will at most allow you to read data about two fingers and not their actual locations. Also i am interested in trying to apply this to track pads for gestures, but i found the same thing. except for maybe an apple version which is supported by safari only.
javascript - Multi-touch capability for web and mobile devices - Stack Overflow
评论列表(0)
- 暂无评论