flutter-mapbox-gl / maps

A Mapbox GL flutter package for creating custom maps
Other
1.04k stars 503 forks source link

When I open bottomSheet MapBox clicks still working behind bottomSheet #1387

Closed aliemranjazib-zz closed 8 months ago

aliemranjazib-zz commented 11 months ago

I have a page which have Stack widget body: Stack( children: [ MapboxMap(), Container(), ]),

In mapBox when I open bottomSheet while onSymbolTapped behind the bottomSheet map still except click events I am using mapbpx_gl library

NhattdSelex commented 11 months ago

did you solve this @aliemranjazib

aliemranjazib-zz commented 11 months ago

Not yet

alexaf2000 commented 10 months ago

You should wrap your Container() inside a PointerInterceptor(child: ...), all visual elements over MapboxMap not wrapped in, will also trigger clicks and scroll gestures.

stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.