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

Taphold fires tap event as well #3803

@nicolasgoutaland

Description

@nicolasgoutaland

Hi all,

I've just upgraded to JQM 1.1.0 and the behaviour with tap/taphold seems to have been modified.

Following code worked on JQM 1.0.1, firing only taphold. With JQM 1.1.0-RC1, taphold is fired first, followed by tap.

$(".projects-container").bind('tap', function(){ console.log("tap"); }); $(".projects-container").bind('taphold', function(){ console.log("taphold"); });

Am I doing something wrong, or is it a bug ?

Tested on Chrome desktop and iOS 5.1, problem appear on both.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions