We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the following code is used the marker does not fire the click event:
map.addMarker({ icon: icon, position: new plugin.google.maps.LatLng(stops[i].latitude, stops[i].longitude), }, function(marker) { marker.addEventListener(plugin.google.maps.event.MARKER_CLICK, function(){ alert("HELLO!"); });
Also, it might be better to use the 'touchend' event to bind as this will respond much faster than click.
The text was updated successfully, but these errors were encountered:
2f23df6
Fixed in v1.0.11. Sorry for inconvenience.
Sorry, something went wrong.
Bug fix #45: MARKER_CLICK event not firing (urgent)
f46754d
No branches or pull requests
When the following code is used the marker does not fire the click event:
Also, it might be better to use the 'touchend' event to bind as this will respond much faster than click.
The text was updated successfully, but these errors were encountered: