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
@pauldipietro pauldipietro added this to New in Triage 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.

@jfversluis jfversluis moved this from New to Ready For Work in Triage Nov 25, 2019
@samhouts samhouts added this to To do in iOS Ready For Work Dec 1, 2019
@samhouts samhouts removed this from Ready For Work in Triage Dec 1, 2019
@samhouts samhouts added this to Backlog in CarouselView Jan 3, 2020
@samhouts samhouts moved this from Backlog to To do (blockers) in CarouselView Jan 3, 2020
@rmarinho rmarinho moved this from To do (blockers) to In Progress in CarouselView Feb 10, 2020
@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 In Progress in 4.7.0 Jul 1, 2020
@samhouts samhouts moved this from To do to In progress in Android Ready For Work Jul 1, 2020
@samhouts samhouts moved this from To do to In progress in iOS Ready For Work Jul 1, 2020
@samhouts samhouts removed this from In Progress in 4.7.0 Jul 16, 2020
@samhouts samhouts added this to In Progress in vCurrent (4.8.0) Jul 30, 2020
@samhouts samhouts added this to the 5.0.0 milestone Aug 17, 2020
@samhouts samhouts removed this from In Progress in vCurrent (4.8.0) Aug 17, 2020
@samhouts samhouts added this to In Progress in vNext+1 (5.0.0) Aug 17, 2020
@samhouts samhouts moved this from In Progress to Done in vNext+1 (5.0.0) Sep 1, 2020
Android Ready For Work automation moved this from In progress to Done Sep 7, 2020
iOS Ready For Work automation moved this from In progress to Done Sep 7, 2020
CarouselView automation moved this from In Progress to Done Sep 7, 2020
@ccsousa01
Copy link

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

@samhouts samhouts removed this from Done in Android Ready For Work Nov 3, 2020
@samhouts samhouts removed this from Done in iOS Ready For Work Nov 3, 2020
@samhouts samhouts removed this from Done in CarouselView Nov 3, 2020
@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
No open projects
Development

Successfully merging a pull request may close this issue.

7 participants