Carousel navigation on click event
Posted: Thu Jul 03, 2014 1:26 pm
Hi,
I'm trying to write a function within the onClick event of the carousel image to make it navigate to the next image. How should I invoke this method?
Cheers
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/
Hi,
I'm trying to write a function within the onClick event of the carousel image to make it navigate to the next image. How should I invoke this method?
Cheers
Hi David,
Try:preAppery( "mobilecarouselName" ).carouselRoot.carousel( "next");/preOr:preAppery( "mobilecarouselName" ).carouselRoot.carousel( "previous");/pre
Perfect, thanks. I think I put the event on the carousel item, not the carousel itself.