Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] CarouselView doesn't loop #8641

Closed
davidortinau opened this issue Nov 24, 2019 · 5 comments · Fixed by #9453
Closed

[Bug] CarouselView doesn't loop #8641

davidortinau opened this issue Nov 24, 2019 · 5 comments · Fixed by #9453
Assignees
Labels
a/carouselview in-progress This issue has an associated pull request that may resolve it! p/Android p/iOS 🍎 t/enhancement ➕
Milestone

Comments

@davidortinau
Copy link
Contributor

davidortinau commented Nov 24, 2019

Description

CarouselView needs to support looping for infinite scrolling through the items source.

Expected Behavior

Whether swiping left or right, you can just keep going and going. This should work with peek insets, side items, etc.

Actual Behavior

Cannot loop. It requires writing looping hacks (duplicating items, and adjusting the position based on custom logic).

Basic Information

  • Version with issue: 4.4.0-pre2
  • Platform Target Frameworks:
    • Android: 10

Screenshots

https://www.screencast.com/t/bRbkqTUI

@davidortinau davidortinau added t/bug 🐛 s/unverified New report that has yet to be verified labels Nov 24, 2019
@jfversluis jfversluis added a/carouselview p/Android p/iOS 🍎 e/4 🕓 4 and removed s/unverified New report that has yet to be verified labels Nov 25, 2019
@jfversluis
Copy link
Member

Was part of the original spec #4996 but isn't implemented yet.

@rmarinho rmarinho self-assigned this Feb 18, 2020
@vecalion
Copy link

I wonder if there are any updates on this item?

@rmarinho
Copy link
Member

is we have the feature ready to be tested by the community :

if you want you can grab the nuget to test it here

https://dev.azure.com/xamarin/public/_build/results?buildId=21519&view=artifacts&type=publishedArtifacts

@samhouts samhouts added t/enhancement ➕ in-progress This issue has an associated pull request that may resolve it! and removed t/bug 🐛 e/4 🕓 4 labels Jun 30, 2020
@samhouts samhouts added this to the 5.0.0 milestone Aug 17, 2020
@ccsousa01
Copy link

Using 5.0.0.1558-pre3. Loop performs well on Android and completely freezes on iOS, at least v14.

@kunalkumavat
Copy link

To Solve above issue for looping in carouselview Simply Use Xamarin forms 5.0. After updating to the latest version your issue will be resolved automatically. I also did the Same.

Thank me Later :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/carouselview in-progress This issue has an associated pull request that may resolve it! p/Android p/iOS 🍎 t/enhancement ➕
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants