Carousel only works when i have one item
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
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.
@odedBartov @sublime392 check this solution, worked for me:
https://github.com/manijak/nativescript-carousel/issues/170#issuecomment-712072852
@odedBartov @sublime392 check this solution, worked for me:
Thank you so much! this shitty workaround solution actually worked!