google-fastbutton icon indicating copy to clipboard operation
google-fastbutton copied to clipboard

Breaks anchor tags in container (mobile)

Open justinmc opened this issue 11 years ago • 0 comments

I used fastClick on the overlay of a modal, so that clicking the background area caused the modal to close. This caused all anchor tags inside the modal to become unresponsive on mobile.

I'm wondering if this is related to issue https://github.com/alexblack/google-fastbutton/issues/6 and the fact that fastClick stops propagation of other events. Using a regular click event does not give me this problem.

justinmc avatar Dec 13 '13 22:12 justinmc