2
votes

how can i disable scrolling on mapbox map view? I see the way to do it from the web -

https://www.mapbox.com/mapbox.js/example/v1.0.0/disable-zooming-panning/

I am not sure how to do it programatically

1
I have figured out a workaround for this.. I put a button over the map so the user cant interact with the map. Just in case it helps someonehackerinheels

1 Answers

4
votes
_mapView.userInteractionEnabled = NO;