Hello,
I would like to disable the local zoom of google map on tablet android.
I use the click for another use, also i don't want to see this partiel zoom.(you can see photo of my android tablet)
I have no problem with my PC or my iPhone anywhere.
what can I do ?
Thanks a lot.
Trachy
Here is the configuartion of the map:
var centreCarte = new google.maps.LatLng(latcentrecarto, longcentrecarto);
var optionsCarte = {
zoom: zoominitialcarto,
center: centreCarte,
zoomControl: false,
mapTypeControl: true,
scaleControl: false,
streetViewControl: false,
rotateControl: false,
mapTypeId: google.maps.MapTypeId.SATELLITE,
disableDoubleClickZoom: true,
clickableIcons:false,
streetViewControl:false,
draggable:false,
};
mymap = new google.maps.Map(document.getElementById("map"), optionsCarte);