-
Notifications
You must be signed in to change notification settings - Fork 313
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
Current Location Marker Moves Out of View When Hiding App Bar #4723
Comments
Hello @bashcious, thank you so much for your report. Can you please provide any binary where we can reproduce this issue? |
Thank you for the response. Do note I encountered this issue while creating a Flutter package for Mapbox Navigation. Anyway i was able to reproduce it using the example app in this repository, with a minor modification: adding a Looking forward to your feedback. record.mp4 |
Btw i notice same issue occurs when we switch from landscape to portrait mode ScreenRecording_09-27-2024.2-11-30.PM_1.MP4 |
Any update on this or how to resolve it? we are kinda blocked. Thanks |
Hello @bashcious , thank you for your feedback. We are workin on this issues. |
Hello @bashcious, |
Hello @chizhavko thanks for the response, but this doesn't resolve the issue, configuring setCamera works temporary for the mapview only, as soon as navigation starts it get's ignored and issue still persist |
Hi @chizhavko, is issue being worked on? It’s a blocker for us, and any help to resolve it ASAP would be greatly appreciated. Thanks! |
Hello @bashcious, @ivanyeoh. You can access |
@chizhavko Yeah I've already tried that approach, but it didn't resolve the issue. Could you please share a sample code that works? We're currently blocked and working under tight deadlines, so resolving this as soon as possible would be greatly appreciated. |
Hello @bashcious sure. This is the repo of MapsSDK which list of examples https://github.com/mapbox/mapbox-maps-ios/tree/main/Apps/Examples Here you can find annotations example. |
Hey @chizhavko , Thanks. i have a solution for now but the issue seems to be Constraints related
|
Mapbox Navigation SDK version
3.3.1
Steps to reproduce
Expected behavior
The current location marker should remain visible and centered on the map when the app bar is hidden, maintaining a consistent user experience.
Actual behavior
The current location marker moves downwards and is no longer visible on the screen when the app bar is hidden.
How can I solve this issue if it's ain't a bug.
ScreenRecording_09-26-2024.2-14-26.PM_1.MP4
Is this a one-time issue or a repeatable issue?
repeatable
The text was updated successfully, but these errors were encountered: