Skip to content

always clear hold timeout to prevent double tap triggering hold actions - #138

Open
Minnowo wants to merge 1 commit into
ShikemokuMK:masterfrom
Minnowo:master
Open

always clear hold timeout to prevent double tap triggering hold actions#138
Minnowo wants to merge 1 commit into
ShikemokuMK:masterfrom
Minnowo:master

Conversation

@Minnowo

@Minnowo Minnowo commented Jun 1, 2026

Copy link
Copy Markdown

For mobile builds, two-finger taps trigger the hold to skip, and you cannot turn it off.

If two "touchstart" events are trigger before a "touchend" is called, the hold timer of the first touch event is not cleared (since it gets reassigned), and will fire, even though the user lifted a finger.

This properly clears the timer, which fixes two-finger taps triggering skip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant