Skip to content
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]: Incorrect CarPlay maneuver image color #4611

Open
RL-William-Coates opened this issue Mar 13, 2024 · 1 comment
Open

[Bug]: Incorrect CarPlay maneuver image color #4611

RL-William-Coates opened this issue Mar 13, 2024 · 1 comment
Labels
bug Something isn’t working

Comments

@RL-William-Coates
Copy link

Mapbox Navigation SDK version

2.17.0

Steps to reproduce

In CarPlay settings:

  • Set appearance to 'Always Dark'
  • Set 'Always Show Dark Maps' to off

Run navigation from CarPlay.

Expected behavior

Either:

  • The panel background should be white, then the black maneover image would be visible.
  • The maneover image should be white, then it will be visiable on the black panel background.

Actual behavior

The panel background is black, and so is the maneover image, making it invisible.

SCR-20240313-kgob

Is this a one-time issue or a repeatable issue?

repeatable

@RL-William-Coates RL-William-Coates added the bug Something isn’t working label Mar 13, 2024
@kried
Copy link
Contributor

kried commented Apr 2, 2024

Hi @William-Coates

Thank you for the reporting the issue.
The fix will be available in #4620.

As a workaround at the moment you can try in CarPlay

let style = Style()
// style.mapStyleURL = ... setting the style url
style.styleType = .night // set the style type to the night

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn’t working
Projects
None yet
Development

No branches or pull requests

2 participants