-
-
Notifications
You must be signed in to change notification settings - Fork 847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Follow user location is lost when zooming the map in/out #3115
Comments
@mfazekas yes that seems like it should fix the issue. Is that a hard thing for you to implement? |
Hi @mfazekas, I see that you are working on viewport (#3155 (comment)). Am I correct in thinking that it will also solve this issue? |
@jaltin pls try current main, you can add a |
@mfazekas thanks for the fix! Setting
|
@mfazekas do you have any ideas on how to address the scenario above? |
Hi @mfazekas, Do you have any idea of how we can achieve what @andrei-tofan asked 3 weeks ago? Thx! |
@mfazekas sorry didn't have time to look into this. |
Hi @mfazekas, do you think will have the time to look into this or at least give me some guidance on how to add support to this? |
based on the mapbox documentation it looks like need to listen for gestures and update the camera accordingly to address this, right? |
Any updates on this? I am running into a similar issue. @andrei-tofan when you set |
Mapbox Implementation
Mapbox
Mapbox Version
default
Platform
iOS, Android
@rnmapbox/maps
version10.0.0-beta.11
Standalone component to reproduce
Observed behavior and steps to reproduce
When in follow user location and I zoom in/out, the follow user location mode is lost and the user needs to reactivate the follow user location.
This applies in the following zoom scenarios:
See this example video of the issue (play it with sound):
v.10.bug.mov
Expected behavior
In the pre-v10 RN mapbox library this was not happening, as the follow user location was kept when zooming.
This is also how both apple and google maps works, and I think this is how RN mapbox should also work. I also tested the Mapbox sample app available in the Android app store, and there it works like Apple and Google maps apps.
I have attached a video of our app that shows how it worked before the v10 update. Turn on sound as I explain the issue in the video too.
sample.zoom.issue.mov
Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered: