hammerjs/jquery.hammer.js

jQuery.UI events don't work

Closed this issue · 1 comments

It will disable jQuery.UI.draggable in case of such a code:
sp.draggable().hammer()

On the other hand, events of hammer.js don't fire in case of this:
sp.hammer().draggable()

But, in v1.0.5 - 2013-04-07, all events had fired.

I guess this is fixed in the 2.0 version, since it doesn't trigger a drag event anymore.