Hello @azoff! I'm trying to use your project for the first time and I've noticed that the overscroll:dragstart event is firing like mousedown event. I do not agree with this... what you think of only firing this event after mousedown and then mousemove? If the user it's not moving its mouse, he isn't really dragging it yet. At least, that's my oppinion. Maybe it'll be interesting having a look at hammer.js's approach. The same thing happens to the overscroll:dragend event, it should fire only after really dragging the content. My regards, Gio. If you need some help to accomplish that, let me know. See ya! And thanks.
Hello @azoff! I'm trying to use your project for the first time and I've noticed that the overscroll:dragstart event is firing like mousedown event. I do not agree with this... what you think of only firing this event after mousedown and then mousemove? If the user it's not moving its mouse, he isn't really dragging it yet. At least, that's my oppinion. Maybe it'll be interesting having a look at hammer.js's approach. The same thing happens to the overscroll:dragend event, it should fire only after really dragging the content. My regards, Gio. If you need some help to accomplish that, let me know. See ya! And thanks.