AndreiMisiukevich / CardView

CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
MIT License
711 stars 114 forks source link

[iOS] OppositePanDirectionDisablingThreshold has adverse effect on swipe performance + missing template #382

Closed InquisitorJax closed 3 years ago

InquisitorJax commented 3 years ago

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) nothreshold

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)

threshold

CardsCarouselSample.zip

AndreiMisiukevich commented 3 years ago

Updated code) v.2.7.6