codeforamerica / clean

Apply for CalFresh in SF
http://demo.cleanassist.org
MIT License
20 stars 7 forks source link

ER: Button taps are slow on iOS #94

Closed lippytak closed 9 years ago

lippytak commented 10 years ago

HTML buttons have a 300ms delay on iOS (waiting for a double tap), which makes the submit button feel pretty slow. I think the same issue might be happening on the checkboxes and dropdowns. Looks like there are some standard ways around this that might be worth looking into: https://github.com/alexblack/google-fastbutton

daguar commented 10 years ago

I think this is improved/resolved in v4 — could someone chime in with opinion and close if so?

alanjosephwilliams commented 10 years ago

This was not implemented in v4. On obvious v5 candidate.

lippytak commented 9 years ago

Better way: https://github.com/ftlabs/fastclick

lippytak commented 9 years ago

Slow day. I'm going to take a crack at this.