You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm testing the demo app and I can see that the loop property on the container element has no effect, looping alike from the last slide to the first one and backwards even when this property is disabled.
Hello, I'm testing the demo app and I can see that the loop property on the container element has no effect, looping alike from the last slide to the first one and backwards even when this property is disabled.
<Slides:SlideContainer id="slides" row="0" pageIndicators="true" loop="false" start="onStart" cancelled="onCancelled" changed="onChanged" finished="onFinished">
I've tried too changing this property in the code, with no success:
sliderContainer = page.getViewById('slides') sliderContainer.loop = false
I think this feature is essential and I would like to get support with it please. My tns version is 3.1.3.
And thanks for this great plugin. Regards.
The text was updated successfully, but these errors were encountered: