문제

I have being trying to do a multitouch listener. But it doesn't work and in the documentation there is not very much to learn from. I have seen that the multitouch only works inside canvas. Is this true?

도움이 되었습니까?

해결책

u can use hammer.js multi touch in cordova applications,. refer this documentation http://www.appliness.com/multitouch-with-hammer-js/

var touches = event.gesture.touches || [event.originalEvent];// instaed of event.originalEvent.touches || [event.originalEvent];
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top