Replies: 1 comment 1 reply
-
that issue due to platformview in web |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm developing a flutter app where initially the OSM map is used as backdrop behind my main menu.
However it seems like the map component is taking all mouse events and my menu buttons are not hoverable/clickable.
I'm debugging with chrome, I haven't tried android/iOS yet.
I have tried putting the map in an AbsortPointer and IgnorePointer, but it doesn't work.
Is there a way to disable all mouse interaction with the map?
As an alternative I also tried to implement my menu interaction with mixin listener onSingleTap(GeoPoint position), but I don't see a way to translate a GeoPoint position to a screen coordinate to check if I need to trigger one of my buttons...
Any ideas would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions