liodali / osm_flutter

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

Gestures not detected : Drag #499

Open SkilyFrance opened 10 months ago

SkilyFrance commented 10 months ago

Hello, My version ^0.60.5, seems not detecting drag or zoom gestures. Only zoom-in by tapping on map is detected.

Below, my OSMOption.

OSMOption osmOption = const OSMOption( enableRotationByGesture: true, showZoomController: true, showDefaultInfoWindow: true, zoomOption: ZoomOption(initZoom: 18.0), );

Do you have any idea to fix it ?

Thanks

liodali commented 10 months ago

can you give us more code to see the issue and on which platform you get the issue web or mobile ?

SkilyFrance commented 9 months ago

Hello @liodali, Thanks for reply, without changing anything, issue seems to go away. So, it's ok at the moment :)

Have nice day !