mquan / turbo-issues

bug tracking for turbo
0 stars 0 forks source link

Use FastClick to speed up click event in mobile devices #127

Closed mquan closed 11 years ago

mquan commented 11 years ago

https://github.com/ftlabs/fastclick

This is way better and more battle tested than energize. It's used extensively by the financial times. Their mobile html app looks very slick http://apps.ft.com/ftwebapp/

One thing to note is this causes all bootstrap dropdown to stop working. But you still can add 'needsclick' class to the toggle element to let click event go through. Reason is described here: http://ftlabs.github.com/fastclick/examples/focus.html

mquan commented 11 years ago

This is very good. Only bootstrap dropdown doesn't work, use 'needsclick' and transition to use select where possible