Thursday, April 12, 2012

jquery - Click event called twice on touchend in iPad - Stack Overflow

jquery - Click event called twice on touchend in iPad - Stack Overflow: "var isIOS = ((/iphone|ipad/gi).test(navigator.appVersion));
var myDown = isIOS ? "touchstart" : "mousedown";
var myUp = isIOS ? "touchend" : "mouseup";
"

'via Blog this'