smartJQueryZoom
smartJQueryZoom copied to clipboard
Collision with draggable items
Hello,
I am using this library along with dragabble/droppable from jQuery. After using the zoom plugin, the draggable becomes unusable. I think it is because of this line:
document.ondragstart = function () { return false; }; // allow to remove browser default drag behaviour
The destroy method does not re-set the document.ondragstart to it's original value. Is this intended?
Had the same problem. Without the line smartzoom still works on mobiles together with draggables.