ianli / jquery-infinite-drag

A jQuery plugin that helps you create an infinite wall interface.
http://ianli.github.io/jquery-infinite-drag
93 stars 15 forks source link

No touch-device support. #8

Open mralexgray opened 12 years ago

mralexgray commented 12 years ago

Maybe using the new jquery mobile touch events could be a way to add support for non-mouse based devices? I've seen a few poorly implemented solutions.. But here's one that's pretty simple that could be a starting point. http://popdevelop.com/2010/08/touching-the-web/

snshn commented 11 years ago

Might be a little late, but since this plugin uses jQuery UI and it's Draggable widget, it seems to be possible to use a plugin named touch-punch for jquery UI to enable the touch event support. No setup needed, just include that script in your page. There it is: https://github.com/furf/jquery-ui-touch-punch/

Sleavely commented 9 years ago

I'm probably very late to the party, but my fork can do mobile if you team up with Pep ('it's awesome for scrolling performance') instead of jQ UI: https://github.com/Sleavely/jquery-infinite-drag#minimal-setup.