Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Were you able to resolve the issue?

    Just tested on iOS Safari and scrolling works ok.

    Thanks,
    Dave

    Thread Starter blueberry25

    (@blueberry25)

    Hi Dave,
    Hmmm, I was checking on iPhone 4s and it doesn’t work …
    Thanks in advance.

    Hi,

    Try adding the following to your theme’s functions.php file which should disable touch:

    function metaslider_flex_params($options, $slider_id, $settings) {
        $options['touch'] = "false"; 
        return $options;
    } 
    add_filter('metaslider_flex_slider_parameters', 'metaslider_flex_params', 10, 3);

    Thanks,
    Dave

    Thread Starter blueberry25

    (@blueberry25)

    It works, thank you!

    • This reply was modified 7 years, 9 months ago by blueberry25.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable touch navigation on mobile’ is closed to new replies.