carousel
I have a carousel.
How can I load the second item of the carousel when I open the screen?
That is, when I open the screen loads the second item of the carousel
thanks!
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I have a carousel.
How can I load the second item of the carousel when I open the screen?
That is, when I open the screen loads the second item of the carousel
thanks!
Hi Laura,
Use the following code:prevar carousel = Apperyio("carouselName");
carousel.carouselRoot.carousel("to", index);/preWhere 'index' is a number of slide you want to navigate to (count from 0).
Laura,
On what event do you run the code? The component seems to be non-initialized. If you use Load event, you could try Page Show instead.
Thanks Katya. It works perfect!