Closed
Bug 1032308
Opened 10 years ago
Closed 10 years ago
[spartacus] Use touch events where supported to improve click response times.
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: scolville, Assigned: scolville)
References
Details
(Whiteboard: [qa-])
In the time it takes for the clicks to be registered sometimes the keyboard has moved and so the click is lost. We experienced this on webpay and the solution is to move to touch events.
Comment 1•10 years ago
|
||
I've used https://github.com/ftlabs/fastclick for personal projects. And I have a PR to use this on Fireplace: https://github.com/mozilla/fireplace/pull/488
(In reply to Christopher Van Wiemeersch [:cvan] from comment #1)
> I've used https://github.com/ftlabs/fastclick for personal projects. And I
> have a PR to use this on Fireplace:
> https://github.com/mozilla/fireplace/pull/488
Cool - nice suggestion, I like that it's a shim across everything.
PR for spartacus is here: https://github.com/mozilla/spartacus/pull/77
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•