Closed joserocha3 closed 5 years ago
Input such as a button tap does not work on first click after the user drags. The reason for that is because the drag is still active. We need to cancel or end the drag within every onVerticalDragEnd execution.
cancel
end
onVerticalDragEnd
Input such as a button tap does not work on first click after the user drags. The reason for that is because the drag is still active. We need to
cancel
orend
the drag within everyonVerticalDragEnd
execution.