mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Gesture hold event and ionic’s tap will both fire since the tap has no strict duration between its start and end (a click will always fire no matter how long the press is held). If a hold event fires from ionic.Gesture, then the simulated click which would fire on touchend/mouseup should be canceled.