Files
ionic-framework/js/utils
Adam Bradley 1a2e501f25 fix(tap): Normalize taps w/ pointer events also
Some browsers already remove the delay with certain settings, such as
the CSS property `touch-events: none` or with specific meta tag
viewport values. However, each of these browsers still handle clicks
differently, such as when to fire off or cancel the event (like
scrolling when the target is a button, or holding a button down). For
browsers that already remove the 300ms delay, consider Ionic's tap
system as a way to normalize how clicks are handled across the various
devices so there's an expected response no matter what the device,
platform or version. Additionally, Ionic will prevent ghostclicks which
even browsers that remove the delay still experience.
2014-05-12 15:13:44 -05:00
..
2014-05-08 08:19:14 -05:00
2013-12-07 15:05:56 -06:00
2014-05-08 08:19:14 -05:00
2014-05-09 09:33:35 -05:00
2014-05-08 09:11:16 -06:00