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
On iOs the user can pan, rotate, or pinch zoom the map.
Expected behavior
User should not be able to pan, rotate or pinch zoom the map.
Notes / preliminary analysis
I've tried every combination that I can think of but I can't disable any of the user gestures, especially map rotation and pan.
Is anyone else experiencing the same thing on iOS or Android? Or did I setup something up incorrectly?
Someone suggested to use the hack of wrapping the MapView in a View component and changing the style to pointer-events: none; and I can use that for the time being but it's feel pretty wrong.
Additional links and references
No response
The text was updated successfully, but these errors were encountered:
Mapbox Implementation
Mapbox
Mapbox Version
10.19.3
React Native Version
0.76.7
Platform
iOS
@rnmapbox/maps
version10.1.36
Standalone component to reproduce
Observed behavior and steps to reproduce
On iOs the user can pan, rotate, or pinch zoom the map.
Expected behavior
User should not be able to pan, rotate or pinch zoom the map.
Notes / preliminary analysis
I've tried every combination that I can think of but I can't disable any of the user gestures, especially map rotation and pan.
Is anyone else experiencing the same thing on iOS or Android? Or did I setup something up incorrectly?
Someone suggested to use the hack of wrapping the MapView in a View component and changing the style to
pointer-events: none;
and I can use that for the time being but it's feel pretty wrong.Additional links and references
No response
The text was updated successfully, but these errors were encountered: