Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e.preventDefault() not work #1

Closed
asakasinsky opened this issue Nov 16, 2013 · 3 comments
Closed

e.preventDefault() not work #1

asakasinsky opened this issue Nov 16, 2013 · 3 comments
Assignees
Labels

Comments

@asakasinsky
Copy link

if i bind tap event on «a» link element, for example, e.preventDefault() not work.

BR0kEN- added a commit that referenced this issue Nov 17, 2013
@BR0kEN-
Copy link
Owner

BR0kEN- commented Nov 17, 2013

Thanks for a bug report, it has been fixed.

@BR0kEN- BR0kEN- closed this as completed Nov 17, 2013
@manchunw
Copy link

Same issue. Cannot preventDefault with

$el.tap(function(e){
  e.preventDefault;
}

@BR0kEN- BR0kEN- self-assigned this Jan 31, 2016
@BR0kEN- BR0kEN- reopened this Jan 31, 2016
@BR0kEN-
Copy link
Owner

BR0kEN- commented Jan 31, 2016

Fixed in v0.3.0.

@BR0kEN- BR0kEN- closed this as completed Jan 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants