AndreiMisiukevich / CardView

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

Android: Nested CourselView Swipe performance #392

Closed InquisitorJax closed 2 years ago

InquisitorJax commented 3 years ago

Nested CarouselView for iOS works fantastically, but on Android, the child carousel will often reject the swipe gesture :(

nestedCarousel

by the looks of it, it will only happen if the swipe should register to the parent (child has reached the end of it's items)

AndreiMisiukevich commented 3 years ago

it is not easy not to fix( I spent hours trying that - no luck (

But it works fine if you not fast swiping but just drag and move, right?

InquisitorJax commented 3 years ago

yeah, slow swiping works. I also tried digging into the code a bit - didn't spot anything obvious. An alternative is to perhaps implement ViewPager for android https://www.journaldev.com/19336/android-nested-viewpager-vertical-viewpager or perhaps there's some handy code in there that could help.

AndreiMisiukevich commented 2 years ago

Sorry man, I doubt it would be implemented. Probably I should drop support of nested carousels :(

InquisitorJax commented 2 years ago

... or known issue on android ;)