Lets say you got a site with big slider containing dynamically generated buttons. These buttons work just fine everywhere except on our new friends iphone 5 and 6… even on the iphone 4 it works fine.
You are most probably using something like this to bind the click event:
$link.bind("click touchstart",{
Try this:
$link.bind("click touchstart tap",{