Question

I have 2 flexsliders on 1 site. Both have different IDs, both have a flexslider bound to them, with different settings: 1 element has slideshow set to true, the second element has slideshow set to false.

On PC, this works as expected.

On iPad and iPhone and Android, both sliders slideshow automatically. What a horrible problem!

Anyone has any idea how to fix this?

Was it helpful?

Solution

just disable not-working touchstart

// slider.eventType = ('ontouchstart' in document.documentElement) ? 'touchstart' : 'click';
  slider.eventType = "click";

OTHER TIPS

If using the Avada Theme:

Flexislider > Settings

Control Settings

UN-TICK the option [ ] Enable the touch swipe navigation on touch-screen devices

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top