Ticket #3137 (closed bug: duplicate)
zoom out by single tap with two fingers not working
| Reported by: | bbinet | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.11 Release |
| Component: | general | Version: | 2.10 |
| Keywords: | mobile | Cc: | |
| State: |
Description
Currently, the pinch zoom control is activated after the click handler, so it takes precedence over the click handler. Multitouch events are then stopped by the pinch handler which will try to apply pinch zooming.
One solution could be to change order of activation of both controls and create some logic in the click handler to detect if all touches remain at the same location (given a tolerance). So we could detect if this is a single tap with two fingers or if this is a pinch gesture to be propagated to the pinch zoom control.
Change History
Note: See
TracTickets for help on using
tickets.
