nativescript-carousel icon indicating copy to clipboard operation
nativescript-carousel copied to clipboard

Carousel only works when i have one item

Open odedBartov opened this issue 4 years ago • 3 comments

If i set the items of the carousel to a single element array everything works fine. But if my array have multiple elements the carousel will just present a white page. I still can scroll between them, but they are all blanks.

It happened after i upgraded my {N} to 8.1.5

odedBartov avatar Jan 19 '22 06:01 odedBartov

I have almost the same problem. If I manually scroll through the items, I can see them fine. If I let it flip through on its own, then I see like one image and a white page sometimes. It will also completely disappear occasionally ( I have an *ngIf: *ngIf="slides && slides!.length > 0") It works fine on N7, but not so much on N8.

sublime392 avatar Feb 18 '22 18:02 sublime392

@odedBartov @sublime392 check this solution, worked for me:

https://github.com/manijak/nativescript-carousel/issues/170#issuecomment-712072852

tomups avatar Jul 04 '22 16:07 tomups

@odedBartov @sublime392 check this solution, worked for me:

#170 (comment)

Thank you so much! this shitty workaround solution actually worked!

odedBartov avatar Aug 07 '22 12:08 odedBartov