mapbox-navigation-ios
mapbox-navigation-ios copied to clipboard
[Bug]: Incorrect CarPlay maneuver image color
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.
Is this a one-time issue or a repeatable issue?
repeatable
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