Opened 10 years ago
Closed 10 years ago
#12988 closed defect (fixed)
[patch][ccla] dojox.charting.TouchZoomAndPan double tap zoom does not always work on Android
Reported by: | cjolif | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Charting | Version: | 1.6.1 |
Keywords: | 1.7-mobile | Cc: | [email protected]…, [email protected]… |
Blocked By: | Blocking: |
Description
There are two reasons for this:
- The first one is a dojo.gesture bug. See #12981
- The second one just happens when another tap action takes a long time. In this case no touchend will be fired but a touchcancel instead. This not reproducible on simple example but can be seen on moibleChart demo when double tapping in the data indicator mode. The workaround is the avoid doing the length action in the touchstart but delay it.
This patch also contains little AMD cleanups.
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | dojox.charting.doubletap.fix.patch added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [25047]) fixes #12988 android charting doubletap issues \!strict