I am using hammer.js for handling my touch events. I am performing a zoom on a canvas element. With the touch event I can only get the offset of my touch event relative to the page and not to the canvas element. How can I solve this issue?
Share
Got it working this way: