prevent mouse gesture
-
A Former User last edited by
Is there any way with JS to cancel mouse gesture?
not permanently, but only when needed, eg. in certain frame, event..
I triedonmousemove
return false; e.stopPropagation(); e.preventDefault();
...still, gesture is fired