mozilla / webmaker-android

Webmaker for Android
https://play.google.com/store/apps/details?id=org.mozilla.webmaker
Mozilla Public License 2.0
166 stars 113 forks source link

Add fastclick #470

Closed k88hudson closed 9 years ago

k88hudson commented 9 years ago

I tested this out on Firefox os 1.3 and it works well.

https://github.com/ftlabs/fastclick

This would help click listeners fire a little faster, it feels really smooth.

flukeout commented 9 years ago

In a recent PR (#492) I included hammer.js to start handling touch events - if we use the "tap" listener instead of clicks, then it should remove this delay as well.

k88hudson commented 9 years ago

Resolved