I have noticed that click event is fired before tap in all major desktop browsers. But on Android 2.3 emulator it is the tap event that comes first.
Here is the test page: bit.ly/jqmctap
Why tap even is fired before click on touch screen device in jQueryMobile? And why is it different on desktop?
jQueryMobile: 1.0.1, jQuery: 1.7.1