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!
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!