I'm using google maps API V3. I have added some markers with infowindows on my maps. The content of my infowindow is selected after a double clicking (zoom). It is not that user friendly...
Let's have an example: https://developers.google.com/maps/documentation/javascript/examples/infowindow-simple?hl=fr
- Double click somewhere on the map for zooming
- Click on the marker to show up the info window
- The text of the infowindow is selected.
Do you know how to avoid selection of that text in the infowindow? Thanks.