Severance
16 Feb 2012, 11:59 PM
Hello,
I have added several markers on the google map, click on markers to display the infowindow works perfectly on Chrome, but not on my iphone !
google.maps.event.addListener(marker, 'click', function(event) {
infoWindowTitre.open(mapCourante, marker);
});
thank for your help
I have added several markers on the google map, click on markers to display the infowindow works perfectly on Chrome, but not on my iphone !
google.maps.event.addListener(marker, 'click', function(event) {
infoWindowTitre.open(mapCourante, marker);
});
thank for your help