Our HTML5 site generates the tap event for the wrong element when scrolling through a list.
To reproduce:
1) Visit www.tekiki.com on your iPhone or iOS device. Scroll through the list rapidly.
2) Tap on one of the items while the list is still scrolling.
The wrong item gets displayed because the tap event is generated for the wrong element.
We're using jQuery Mobile 1.4.
How can we fix this?