javascript click touchstart iphone 5 6, tap tap tap

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",{
This entry was posted in Uncategorized. Bookmark the permalink.