When an item in the CarouselView as scrollable content:
works great on android (no horizontal scrolling happens when swiping the list)
iOS: when swiping the list, horizontal scrolling is also activated, and accidental swipes to the next CarouselItem can happen
tried implementing OppositePanDirectionDisablingThreshold property to fix this, but results in the content listview swipe performance degradation.
Not 100% sure if this is related, but the template also seems to go blank when activating the swipe with the threshold property.
Not using the property: List swipe is super-fast, but accidental horizontal move can happen (only iOS)
Adding the property - the accidental swiping is prevented, but the swipe performance is terrible, and it also seems to cause a render problem with the item (becomes blank)
Test Device: iPad 5th Gen.
related issue? https://github.com/AndreiMisiukevich/CardView/issues/328
When an item in the CarouselView as scrollable content:
Not 100% sure if this is related, but the template also seems to go blank when activating the swipe with the threshold property.
Not using the property: List swipe is super-fast, but accidental horizontal move can happen (only iOS)
Adding the property - the accidental swiping is prevented, but the swipe performance is terrible, and it also seems to cause a render problem with the item (becomes blank)
CardsCarouselSample.zip