Reputation: 1
I’m using Konva.js as a drawing tool along with Google Maps. This creates two layers: Konva.js on top of Google Maps. However, Konva.js captures all pointer events, preventing interaction with the map.
I've tried using event listeners, but they were rejected. I also attempted toggling pointer events on and off with a button, but it’s inconvenient.
How can I resolve this issue?
Upvotes: -2
Views: 22