You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observed: When a touch starts on the MarkerView, the map cannot pan or
pinch-zoom — the gesture is captured by the marker and never reaches the MapView.
The same gesture started off the marker works normally, so the marker acts as a
"dead zone" that blocks map movement.
Steps:
Render the component above.
Put a finger down on the pink marker and drag → the map does not move.
Pinch-zoom starting with a finger on the marker → the map does not zoom.
Do the same gestures starting on empty map → pan/zoom work normally.
Expected behavior
Panning / pinch-zooming that starts on a MarkerView should still move the map
(as it did pre-10.3), while the marker's children remain tappable.
Mapbox Version
11.23.0
React Native Version
0.85.3
Platform
Android
@rnmapbox/mapsversion10.3.2
Standalone component to reproduce
Observed behavior and steps to reproduce
Environment
Observed: When a touch starts on the
MarkerView, the map cannot pan orpinch-zoom — the gesture is captured by the marker and never reaches the MapView.
The same gesture started off the marker works normally, so the marker acts as a
"dead zone" that blocks map movement.
Steps:
Expected behavior
Panning / pinch-zooming that starts on a
MarkerViewshould still move the map(as it did pre-10.3), while the marker's children remain tappable.
Notes / preliminary analysis
No response
Additional links and references
2026-07-15.17-45-08.mp4