You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement an image viewer where users can only swipe one image at a time like Xamarin's CarouselView's SnapPointsType="MandatorySingle" (I can't use it because of some bugs). I can't find a way to do it with the current Carousel. Is there a way to implement this? If there is a way I'm willing to work on it, I just need some directions.
The text was updated successfully, but these errors were encountered:
I'm trying to implement an image viewer where users can only swipe one image at a time like Xamarin's CarouselView's
SnapPointsType="MandatorySingle"
(I can't use it because of some bugs). I can't find a way to do it with the currentCarousel
. Is there a way to implement this? If there is a way I'm willing to work on it, I just need some directions.The text was updated successfully, but these errors were encountered: