We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

It lacks the two-finger control to zoom in with the event map on mobile phones or tablets - Google Maps Location | Forum

Walter DAVIN
Walter DAVIN Apr 6 '17
It lacks the two-finger control to zoom in with the event map on mobile phones or tablets
after => gmnoprint => gm-bundled-control gm-bundled-control-on-bottom
Kevin
Kevin Apr 9 '17
two finger zoom works fine for me on iOS (iPhone and iPad).
Walter DAVIN
Walter DAVIN Apr 10 '17
Not on Android ;-)
Walter DAVIN
Walter DAVIN May 22 '17
To get the same behavior of the member card on the event map, you must copy a piece of code to the event_map.php file.

        $map->displaySearchInput(true);
        $map->disableDefaultUI(false);
        $map->disableInput(false);
        $map->disableZooming(false);
        $map->disablePanning(false);       
Attachments:
  envent_map.php.jpg (279Kb)
  user_map.php.jpg (260Kb)
You do not have permission to reply this topic