Open
Description
Right now there's longpressend
but it also fires when long press is complete longpress
, and order is not guaranteed it seems. sometimes longpressend
fires first and sometimes longpress
. i want to do different things based on whether the long press was dropped (reset a counter) or whether it was complete (reset a counter and update progress)
Is there a way to listen to long press end but only when it doesn't complete? or maybe a new event something like longpressdropped
Metadata
Assignees
Labels
No labels