cubiq / 2-way-iScroll

Horizontal snap scroll (carousel) + vertical free scroll on mobile webkit using iScroll
MIT License
116 stars 27 forks source link

Clicking a link in this demo will fire the click event twice #1

Open jstsch opened 13 years ago

jstsch commented 13 years ago

If you add a link in the text in this demo (ideally with a target="_blank" for testing), and you tap it (iPad), two windows with the same link will be opened. Probably because the two layers both fire the event... it's (manually) fixable with some delays, but perhaps there is a better solution?