bitovi / jquerypp

jQuery's missing utils and special events
http://jquerypp.com
MIT License
1.21k stars 160 forks source link

Virtual mouse events like in jquery mobile #80

Open wclr opened 11 years ago

wclr commented 11 years ago

Don't you plan to add something like that virtual mouse events?

http://jquerymobile.com/demos/1.2.1/docs/api/events.html Virtual mouse events

Or the code: https://github.com/jquery/jquery-mobile/blob/master/js/jquery.mobile.vmouse.js

There is a swipe event in jquery++, so I thought maybe this from the same topic.

justinbmeyer commented 11 years ago

We have no plans for this.

wclr commented 11 years ago

In your projects do you use jquery++ tap event to abstract click from mobile and desktop devices?