osm_flutter icon indicating copy to clipboard operation
osm_flutter copied to clipboard

Gestures not detected : Drag

Open SkilyFrance opened this issue 2 years ago • 2 comments

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

SkilyFrance avatar Jan 24 '24 11:01 SkilyFrance

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

liodali avatar Jan 27 '24 10:01 liodali

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

Have nice day !

SkilyFrance avatar Jan 29 '24 09:01 SkilyFrance