<!-- Hello and thanks for contributing to the Mapbox Maps SDKs for iOS and macOS! To help us diagnose your problem quickly, please: - Include a minimal demonstration of the bug, including code, logs, and screenshots. - Ensure you can reproduce the bug using the latest release. - Only post to report a bug or request a feature; direct all other questions to: https://stackoverflow.com/questions/tagged/mapbox Start with a brief description below this line. --> ### Steps to reproduce 1. Render Mapview on any physical device 2. Pinch in/out (scale) on the map using your fingers ### Expected behavior When I pass an argument something like `touchZoomRotate: {around: "center"}` the camera should be locked at the center of the map. I don't know if this feature is implemented or not on ios. Looks like on a web side, it is implemented. Please check out https://github.com/mapbox/mapbox-gl-js/pull/3876 Below is what I am trying to achieve https://user-images.githubusercontent.com/18318832/156414287-4acaf8b7-698a-4850-a53d-d39835fc9547.MP4 ### Actual behavior The camera zooms in/out depending on the position of your fingers ### Configuration **Mapbox SDK versions:** 6.3.0 **iOS/macOS versions:** iOS 15.1 **Device/simulator models:** iPhone 8 **Xcode version:** 13.1 (13A1030d) by the way I am using flutter and https://github.com/flutter-mapbox-gl/maps package
Steps to reproduce
Expected behavior
When I pass an argument something like
touchZoomRotate: {around: "center"}the camera should be locked at the center of the map.
I don't know if this feature is implemented or not on ios.
Looks like on a web side, it is implemented. Please check out mapbox/mapbox-gl-js#3876
Below is what I am trying to achieve
RPReplay_Final1646159022.MP4
Actual behavior
The camera zooms in/out depending on the position of your fingers
Configuration
Mapbox SDK versions: 6.3.0
iOS/macOS versions: iOS 15.1
Device/simulator models: iPhone 8
Xcode version: 13.1 (13A1030d)
by the way I am using flutter and https://github.com/flutter-mapbox-gl/maps package