AndreiMisiukevich / CardView

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

Add ShouldBegin gesture recognizer check for iOS #383

Closed InquisitorJax closed 3 years ago

InquisitorJax commented 3 years ago

This fixes the iOS accidental horizontal scroll when a CarouselView item contains a scrollable view (like CollectionView). Brings the behavior in line with what happens on Android.

as described in #382

Seems like my visual studio for windows made some fixes of it's own - lines endings + project file format.