I have google map and some overlay. JS Fiddle
Map has registered click Listener and overlay div has registered click DomListener.
When I click on over div, I do not want event to be propagated to map. I'm using event.stopPropagation
. All works with mouse.
But when I switch to some touch device - using chrome dev tools, both events are called.
How can I stop this propagation?