Hi
On my page I have sliders and also swipe events:
- On the change event of the slider I save the value of the slider.
- On the swipe event (bound to the content-div) the next page opens.
My problem is that moving the slider also calls the swipe event.
What happens is that the next page opens and the value of the slider is not saved.
How can I prevent the swipe event from being called when a slider is moved?
Help is much appreciated.
Alex