zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 215 forks source link

Consider replacing FastClick #634

Open djgadd opened 9 years ago

djgadd commented 9 years ago

Just a suggestion, but FastClick appears to have stagnated and has several PR open to fix quite a few bugs. I had to swap it out so that I could use input of type="number" because of a bug that's been open for 6 months and had a PR fix sat waiting for nearly 3 months.

I've replaced it with tap.js and it appears to be doing the job thus far.

gakimball commented 9 years ago

Hmm, interesting. Have you noticed any performance differences between the two, or any other gotchas that would be worth knowing about?

Either way we probably won't swap out a dependency until a v2 of the framework.

djgadd commented 9 years ago

It's still early doors with the project, but I've not noticed any problems.

Perhaps a better compromise would be forking FastClick?