I have created a Button
with a Holding
event. This holding event works fine, when I tap and hold the finger on the button. First the event is invoked with HoldingEvent.Started
and when I lift the finger it is invoked again with HoldingState.Completed
.
My problem is that the event is never invoked if I tap and hold and drag the finger outside of the area of the Button
and then lift the finger. I would expect it to invoke the event with HoldingState.Cancelled
, but nothing happens.
Is there any way to know if the user has released the holding tap outside of the area of the Button
?
Aucun commentaire:
Enregistrer un commentaire