You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Right now there's
longpressend
but it also fires when long press is completelongpress
, and order is not guaranteed it seems. sometimeslongpressend
fires first and sometimeslongpress
. 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
The text was updated successfully, but these errors were encountered: