Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to emulate two finger swipe on Chrome browser?

I have enabled "Emulate touch events" and can perform normal swipe. Is there a way to emulate 2 finger swipe? And other such gestures?

like image 768
KD12 Avatar asked Jan 11 '13 01:01

KD12


1 Answers

Check http://www.html5rocks.com/en/mobile/touch/#toc-touchdev (the MULTI-TOUCH EVENTS subsection) - it contains some treatment of the subject.

like image 193
Alexander Pavlov Avatar answered Oct 14 '22 04:10

Alexander Pavlov