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

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

Need a solution for the tap handling delays #16

Closed Libbux closed 10 years ago

Libbux commented 10 years ago

There is a 300ms delay on every "tap" event, causing the app to feel very sluggish. It's a built in system with WebKit web views on iOS, to allow some delay for determining whether or not the event is a "tap" (click) event or a "double tap" event.

I need to find a solution to the 300ms problem, it detriments the UX a lot.

Libbux commented 10 years ago

This issue has been resolved as of build 20410 (pending commit).