When using a CarouselView and setting the Loop property to False, the scrolling behavior is hesitant and sometimes even scrolls back to the initial item.
Steps to Reproduce
Run attached project with Loop = False
Swipe the CarouselView with the intention to get to the last item in a single swipe
The scrolling usually stops after 2-3 items
Expected Behavior
The cards are scrolled smoothly without interruption depending on the speed of the swipe. It should be possible so scroll over multiple items (e.g. 10) with a single swipe.
Actual Behavior
The scrolling is hesitant and sometimes jumps back. It is not possible to scroll more than 3 items with one swipe.
Other Observations
In the video with Loop=True you can see the start screen showing the last item (Test11) first. It should actually show the first item (Test1) instead. Also near the end of the each scroll the animation stutters shortly.
Basic Information
Version with issue: Xamarin.Forms 5.0.0.1709-pre4 / 4.7.0.1179
Description
When using a CarouselView and setting the Loop property to False, the scrolling behavior is hesitant and sometimes even scrolls back to the initial item.
Steps to Reproduce
Expected Behavior
The cards are scrolled smoothly without interruption depending on the speed of the swipe. It should be possible so scroll over multiple items (e.g. 10) with a single swipe.
Actual Behavior
The scrolling is hesitant and sometimes jumps back. It is not possible to scroll more than 3 items with one swipe.
Other Observations
In the video with Loop=True you can see the start screen showing the last item (Test11) first. It should actually show the first item (Test1) instead. Also near the end of the each scroll the animation stutters shortly.
Basic Information
Environment
Videos
ios_carousel_scrolling.zip
Reproduction Link
CarouselTest.zip
Workaround
no workaround