Ticket #3133 (closed bug: fixed)
click handler should distinguish between pinches, clicks, and double-clicks
| Reported by: | tschaub | Owned by: | tschaub |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.11 Release |
| Component: | Handler.Click | Version: | 2.10 |
| Keywords: | mobile | Cc: | rangoy, xavier.mamano@… |
| State: | Commit |
Description (last modified by tschaub) (diff)
The click handler should be made configurable so that it only calls the dblclick callback if two clicks are within the given pixel tolerance. In addition, the existing pixelTolerance property should be used to check displacements at the end of a touchstart, touchmove, touchend sequence. The click callback should not be called if touches move more than the provided tolerance.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

