According to the information provided on this page, the "pinch" gesture should be developed already, while other gestures like hold, holdpulse, and release might not be. When trying out the sample provided at this link, I am unable to recreate the pinch gesture no matter what I try. However, I have no trouble with hold, holdpulse, and release. Do you have any idea why this is happening?
I attempted to create a simple jsfiddle for testing purposes, but it seems challenging to use on mobile devices:
<div on-pinch="{{pinchAction}}" on-tap="{{tapAction}}">{{txt}}</div>
You can view the jsfiddle here.
I am using a Google Nexus 5.0 with either the most recent Chrome or Chrome Beta browsers.
Thank you!
PS In exploring this example, I noticed that no events are being detected from the second finger, which may explain why the pinch gesture isn't working as expected.