Open terreb opened 8 years ago
@terreb I just want to say how much i appreciate the detailed info on how to recreate this. working on a fix.
cheers.
No problem! This is so useful plugin, that we awfully need it working:)
Great plugin! a solution for this issue would be really great. @TheOriginalJosh
Hi guys, I am looking how to add slides dynamically with pure javacsript. I have tried this but it does not show slides at all:
<Slides:SlideContainer id="slideContainer" pageIndicators="true" items="{{ sviArtikli }}">
<Slides:Slide class="slide-1">
<Label text="{{ opis_artikla }}" />
</Slides:Slide>
</Slides:SlideContainer>
I have managed to make progress but example below makes only one slide from Object.
<Repeater items="{{ sviArtikli }}">
<Repeater.itemTemplate>
<Slides:SlideContainer id="slideContainer" pageIndicators="true" items="{{ opis_artikla }}">
<Slides:Slide class="slide-1" >
<Label text="{{ opis_artikla }}" />
<Label text="moj tekst 1" />
</Slides:Slide>
</Slides:SlideContainer>
</Repeater.itemTemplate>
</Repeater>
Can someone point me in right direction please. Thanks!
A bug occurs when we go back to the page with slides added dynamically on both iOS and Android.
In order to reproduce the issue please do the following:
Please let me know if you need any further info on that.