Javascript support for touch without blocking browsers pinch support
问题 I have a little web gallery that I added swipe navigation to for mobile browsers. I did it with pretty simple touchstart/touchmove/touchend event tracking. The problem is that when I try to pinch zoom in the browser window it fails if any finger starts in the element I added the touch event handlers to, I'm guessing from the calls to preventDefault. Is there a way I can track the touch events for navigating my images without blocking the zoom in and out feature of the browser? I don't mind