liodali / osm_flutter

OpenStreetMap plugin for flutter
https://pub.dev/packages/flutter_osm_plugin
MIT License
239 stars 98 forks source link

How to Disabled scroll or pointer-events: none with overlay? #475

Closed AntonLie closed 1 year ago

AntonLie commented 1 year ago

Hello, I have an overlay widget but OSMFlutter still can drag maps.

how to disable drag?

btw I using Stack with Positioned, and i already tried use IgnorePointer but still not working.

Thanks

Screenshot

Screenshot 2023-11-18 at 12 54 38
liodali commented 1 year ago

you mean disable drag in the Map when you show that overlay ?

AntonLie commented 1 year ago

Yes @liodali

liodali commented 1 year ago

check this : https://github.com/flutter/flutter/issues/72273