Touchable-jQuery-Plugin icon indicating copy to clipboard operation
Touchable-jQuery-Plugin copied to clipboard

Reference to the original event to stop propagation

Open tehmou opened this issue 13 years ago • 0 comments

I would like to be able to do something like this, but I cannot see a way to do it:

$el.on("touchablemove", function (e, touch) {
  touch.originalEvent.preventDefault();
  touch.originalEvent.stopPropagation();
});

Or am I missing something?

tehmou avatar Jan 22 '13 12:01 tehmou