• Hello,
    on mobile devices, if I pinch to zoom the map, it actually zooms the whole page and not the map. Is it a normal behavior or am I missing something (usually google maps are zoomed in this case). The buttons otherwise work good.
    THANKS FOR YOUR ASSISTANCE!

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

    (@tijmensmit)

    What’s the page where this happens?

    As far as I know you can just only zoom the map, or the page itself if you want to on mobile. Which device are you using?

    Thread Starter bipolab

    (@bipolab)

    The site is actually in maintenance mode. I’ve (re)sent you a mail with the details to do everything ??

    I’ve tested the pinch stuff on Samsung s/, HTC one m9, Nexus 7 with same results.

    THANK YOU ??

    This is happening on my mobile store locator as well. Droid Turbo 2. I checked your demo site and it zooms fine on there, just not on mine. savagecatfood.com/store-locator

    I used your code to make it work:

    add_filter( ‘wpsl_draggable_map’, ‘custom_draggable_map’ );

    function custom_draggable_map() {

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

    return $draggable;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pinch to zoom on mobile’ is closed to new replies.