Is it normal that carousel swipe events are not working very well?
Hi Alex,
Did you check this section?
http://devcenter.appery.io/documentat...
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 Alex,
Did you check this section?
http://devcenter.appery.io/documentat...
Hi Alex,
Did you get it working? Here is what you should do:
1) Add custom JS: jquery.min.js, jssor.slider.mini.js
2) On Page Show event run:prevar options = { $AutoPlay: true };
var jssor_slider1 = new $JssorSlider$('slider1_container', options);/pre3) Add an HTML component with the following code:precode<div id="slider1_container" style="position: relative; top: 0px; left: 0px; width: 600px; height: 300px;">
<!-- Slides Container -->
<div u="slides" style="cursor: move; position: absolute; overflow: hidden; left: 0px; top: 0px; width: 600px; height: 300px;">
<div><img u="image" src="image1.jpg" /><>
<div><img u="image" src="image2.jpg" /><>
<>
<>/code/preFind more here: http://www.jssor.com/development/inde...