alexrainman / CarouselView

CarouselView control for Xamarin Forms
MIT License
437 stars 177 forks source link

Same Images in Carousel not possible? #104

Closed McFlemchSoda closed 7 years ago

McFlemchSoda commented 7 years ago

Hi, I was using your carousel package and when I add multiple identical images to it, it looks like it binds the position to the image? I get an infinite loop if I add 2 of the same images and the position indicator does not change. It works fine if all images are different.

Hope that makes any sense and you can fix it.

alexrainman commented 7 years ago

The carousel doesn't care about the content of its children. Position is not bind in any way to the children content. Saying that, no matter if you use same image or different ones, it doesn't makes a difference for the control.

Its known that in Xamarin Android images are not handled in the right way, so i advice you to use FFImageLoading.

Please, review your code, you must be doing something wrong.

alexrainman commented 7 years ago

If my work is helping you, please help me back: https://xamarinhq.wufoo.com/forms/nominate-a-xamarin-mvp/

This is what i have done that is community visible: