Since GestureListener
is deprecated, we are now left with three events namely ManipulationStarted
, ManipulationDelta
, ManipulationCompleted
.
My custom listbox enables, swiping left and right on listbox items to do certain functions. How do I use the manipulation events to detect long press on a listboxitem? I want to implement the long press in such a way that the swipe left and right is not broken.
Any clue/idea would be of great help!