Skip to content

Reference to the original event to stop propagation #14

@tehmou

Description

@tehmou

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions