Using SwipeView in CollectionView: SwipeView catch touch gesture and not propagate it to CollectionView so SelectionChanged is no invoked
When i try to evade with TapGestureRecognizer on SwipeView, then SwipeItem Command and TapGesture Command are invoked at same time. (Android only)
On touch only on SwipeView, SwipeView should propagate touch event to CollectionView (+ Commands, ProperyBindings, ....)
CollectionViewAndSwipeView.zip
I prefere to working both of the uses that i describe, because i want use SwipeView without CollectionView and TapGesture detection/Command
@jsuarezruiz
The same issue here. With Swipeview and CollectionView, SelectionChanged is no invoked when I go touch in the item the CollectionView
The same issue here. While i am putting swipeview inside of List selecting an item is not working and commands also not working. Any update on this Please let me know. Thanks.
Same issue, I have a SwipeView on a collection but also want the tap to open a sub list.
@daves1992 Did you solve the issue?
Please let me know . Thanks.
Most helpful comment
The same issue here. While i am putting swipeview inside of List selecting an item is not working and commands also not working. Any update on this Please let me know. Thanks.