Michael Matuzak![]()
Provides 'tap' functionality for touchscreen devices. 'tap' is like a touchscreen 'click', only it requires much less finger-down time.'tap' enables high-usability mobile applications, and more.
The tap module provides a gesture events, "tap", which normalizes user interactions across touch and mouse or pointer based input devices. This can be used by application developers to build input device agnostic components which behave the same in response to either touch or mouse based interaction.
Provides a tap event to listen to. This speeds up button clicking on mobile.
YUI().use('gallery-tap', 'node', function(Y) {
Y.one('#tapper').on('tap', function () { Y.log('boom bizzle'); });
});
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info