vishalok12 / jquery-dragarrange

A Basic jQuery library to arrange/order DOM elements by dragging http://vishalok12.github.io/jquery-dragarrange/
MIT License
40 stars 18 forks source link

Touch screen laptop #6

Open zzgab opened 7 years ago

zzgab commented 7 years ago

Great little lib! When used on a Touch-screen laptop, the program detects it's a touch-screen so it only attaches touch-related drag events (and not the mouse-related ones). Yet, the user is likely to use the mouse as well -- which is then inoperative.

Maybe a solution could be to attach both, in case of a touch screen -- or always, in fact perhaps?

vishalok12 commented 7 years ago

Thanks @zzgab Can you send a pull request for the fix as i'm currently not actively looking into this lib.

zzgab commented 7 years ago

Sure @vishalok12. I will. Thanks.