student-utility-group / Crescent-School-Student-Utility

Legacy repository for the Crescent School Student Utility frontend app.
1 stars 0 forks source link

Tap delay on iOS devices #22

Closed Libbux closed 10 years ago

Libbux commented 10 years ago

The current build 91b35a1a30e82428369817e372d221432b6bb44d [20422] has the 300ms delay on every button tap that is slipped in there automatically by WebKit to wait for double tap events. FastClick.js (https://github.com/ftlabs/fastclick) is working in Safari / Chrome (both WebKit) on iOS devices but not in the app itself.

Proposed fixes:

Libbux commented 10 years ago

This issue has been resolved as of bed1442f9d194d25d6a458438c881a803b504699 [20424]. I'm not entirely sure what fixed it, but it is no longer an issue.