I'm feeling a bit lost here, struggling to find the information I need.
When it comes to attaching a JavaScript function to a mouse up event, my code looks like this:
<div id="div1" on-mouseup={{menuMouseUp}}></div>
But what about touch events? Are the key words for touch events on-touch-start or on-touchstart? Or do we have to use pointers instead? You can check out more information on pointer events here: http://www.polymer-project.org/platform/pointer-events.html
I've been trying to test it on an iPad with no success so far. Cheers!