• The two finger zoom & drag for the map stopped working on mobile all of a sudden. Have tried the enable dragging code from GitHub but it’s no longer working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    What’s the code that you added?

    Thread Starter matandaudrey

    (@matandaudrey)

    add_filter( ‘wpsl_draggable_map’, ‘custom_draggable_map’ );

    function custom_draggable_map() {

    $draggable = array(
    ‘enabled’ => true,
    ‘disableRes’ => ‘800’
    );

    return $draggable;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Zoom’ is closed to new replies.