Why widgets look bare on CarPlay (and what fixes it)
Updated 18 September 2026 · iOS 26 and 27
If a widget looks like loose text with no card behind it on your car screen, the app handed its background to the system and CarPlay threw it away. Nothing you can change in Settings; the app has to draw its own surface.
What CarPlay does
On the Home Screen a widget sits on a rounded card that iOS draws for it. On the CarPlay dashboard that card is never drawn. Every widget is shown in what Apple calls prominent rendering, the same mode StandBy uses: full colour, no container. A widget designed for the phone suddenly has no edge, no fill, and its text lands directly on your car's wallpaper.
We hit this with five widgets on one screen: four looked like strangers, one looked designed. The one that looked right painted its own sky as content. The rest had trusted the container. So now every Otto widget draws the shared surface itself; the car cannot strip what isn't in the container.
Why it is easy to get wrong
Developers can't preview the dashboard in Xcode's simulator, and the phone's Home Screen hides the problem. The first time most apps see the bare rendering is in a customer's car. Another wrinkle: prominent mode is also StandBy, and iOS gives the app no signal to tell a bright windshield from a dark nightstand. So a widget tuned for the car is the same widget that lights up your bedroom.
What to do
- Nothing in Settings fixes it; widgets have no per-surface options.
- Pick widgets whose colour lives in the content: a filled clock face, a plate with its own band, a card with a painted background.
- If a widget you like is bare, tell the developer "your widget has no background on the CarPlay dashboard". It is a one-line fix once they know, and most don't.
Contrast matters more in the car
A colour that reads fine on a desk can vibrate on a windshield-lit screen. We measured every accent against every time-of-day background: a green that looked fine measured 3.6:1 and a red measured 3.3:1, both below what small text needs. Otto's surface and accents are now tuned so every combination clears 5:1. If a widget is hard to read at noon, that is why.
Otto is a free app that puts a clock, your license plate, inspection and insurance countdowns, parking and the Drive Card on the CarPlay dashboard, Home Screen and Lock Screen. Everything in this guide is how Otto itself works on a real car screen. Get Otto on the App Store.
Related: What works on the dashboard · Clock on the dashboard · Add widgets to the dashboard