mapbox / mapbox-navigation-ios

Turn-by-turn navigation logic and UI in Swift on iOS
https://docs.mapbox.com/ios/navigation/
Other
863 stars 313 forks source link

[Bug]: Incorrect CarPlay maneuver image color #4611

Closed RL-William-Coates closed 1 month ago

RL-William-Coates commented 8 months ago

Mapbox Navigation SDK version

2.17.0

Steps to reproduce

In CarPlay settings:

Run navigation from CarPlay.

Expected behavior

Either:

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

kried commented 7 months ago

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