Skip to content

eventsjs dbltap event fires on single tap  #17

@dhara-02

Description

@dhara-02

The event should get fired only when there is double click or double tap. But when we do single tap the event is getting fired. Tested on chrome browser both in mobile and touch supported desktop. This happens when we do touch , mouse functionality is working ok.

$(function() {
eventjs.add(someElement, "dbltap" , doubleTapEvent , false);
});

function doubleTapEvent(event, self){
console.log("doubleTappped"); //This gets logged in single tap also
}

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