Swipe gestures not working in Cycle2
I'm using the Cycle2 plugin to try and add swipe support for my slideshow on mobile devices as per
http://jquery.malsup.com/cycle2/demo/swipe.php
However I can't seem to get it to work. My options are set like so:
- $(document).ready(function(){
- $('.cycle > .content .content').cycle({
- fx: 'scrollHorz',
- speed: 350,
- timeout: 5000,
- next: '.next',
- prev: '.prev',
- slides: 'figure',
- swipe: true
- });
- });
I've also tried removing the links from the images incase they were interfering but no luck. I can navigate the slides with the next / prev buttons, but not swipe gestures.
Here is a link to the page —
http://bit.ly/28KW4ye
Can anyone see what I'm doing wrong?
http://www.mattpealing.co.uk