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
Right now there's
longpressendbut it also fires when long press is completelongpress, and order is not guaranteed it seems. sometimeslongpressendfires 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