So I am having an issue where a user trying to click on a marker created by RichMarker will fire off the event of clicking on the marker BUT also right after fire off an event of clicking on the map.
I fixed the issue for desktop user thanks to this answer here:
RichMarker for Google Maps v3 - Click falls through marker
But adding the e.stopPropagation(); to the click event in RichMarker is not working on iOS devices. I am still running into the problem of a user clicking through the RichMarker and firing off a click event on the map.
Anyone have any suggestions or know why this would only happen on mobile? The marker click event is being triggered but the stopPropogation is not preventing the map click event from firing right after.
Thanks!