alexrainman / CarouselView

CarouselView control for Xamarin Forms
MIT License
436 stars 178 forks source link

Swipe support on UWP available? #566

Closed Mittchel closed 4 years ago

Mittchel commented 4 years ago

I've just incorporated the CarouselView in our Xamarin.Forms application and it works flawlessly on Android.

On UWP everything works except the swiping which makes me wonder if swiping is actually supported on UWP. If yes, what could be the problem? I tried to set the SwipingEnabled to True but I read in the docs it only works on iOS and Android.

Thanks!

Mittchel commented 4 years ago

Alright I think it's my mistake.. I tried it on the simulator and it does swipe, but when I present a listview and I would like to swipe left/right it swipes the listview.