I am loading the data dynamically and it can happen that there is only one element in the list which I use to create the slides. In this situation the first slide is an empty one and only after calling nextSlide() the actual slide is shown.
this shouldn't be an issue anymore. I tested it with a single slide in a project i'm working on and it wasn't recreated, version 0.2.5. If it's still an issue for you please re-open this.
I am loading the data dynamically and it can happen that there is only one element in the list which I use to create the slides. In this situation the first slide is an empty one and only after calling
nextSlide()
the actual slide is shown.