woocommerce / FlexSlider

An awesome, fully responsive jQuery slider plugin
http://www.woocommerce.com/flexslider/
GNU General Public License v2.0
4.91k stars 1.69k forks source link

autosliding stops on mobile #1622

Closed angelespinozad closed 2 months ago

angelespinozad commented 7 years ago

Hello, i have a little problem using Flexslider on mobile devices.

In desktop everything is going well, but on mobile all animations (autosliding) stops when i do an action on the slider (touch or swipe) , that includes actions on .flex-direction-nav and .flex-control-nav.

This is my current code:

<script type="text/javascript" charset="utf-8">
      $(window).load(function() {
        $('.flexslider').flexslider({
            touch:true,
            pauseOnHover:false,
            pauseOnAction:false,
            slideshowSpeed: 6000,
        });
      });
    </script>

Web testing: fiber.pe

If anyone knows how to fix this i appreciate very much any help.