google-fastbutton
google-fastbutton copied to clipboard
Breaks anchor tags in container (mobile)
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.