Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

emitTapOnTaphold behaviour is the wrong way round #6342

Closed
globalmatt opened this issue Aug 13, 2013 · 0 comments
Closed

emitTapOnTaphold behaviour is the wrong way round #6342

globalmatt opened this issue Aug 13, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@globalmatt
Copy link

See http://jsbin.com/ofuhaw/199/edit

Try changing:

  $.event.special.tap.emitTapOnTaphold = false;

to:

  $.event.special.tap.emitTapOnTaphold = true;

Expected behaviour:

  • When emitTapOnTaphold == false, the tap event is not triggered on taphold
  • When emitTapOnTaphold == true, the tap event is triggered on taphold

Actual behaviour is the opposite way round.

@ghost ghost assigned arschmitz Aug 14, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2 participants