DEV Community

CacheLine
CacheLine

Posted on

Apple Mocked Foldables for Black Bars. Its Own iPhone Duo Has the Same One.

Apple spent years mocking Android foldables for wasting screen space on video. Its own iPhone Duo just shipped with the identical problem: run a standard 16:9 video on the fully updated app, and about a fifth of the $1,999 display still goes black.

A screen shaped for paper, not video

The iPhone Duo's inner display is 7.6 inches, unfolded into a shape close to a sheet of A4 paper. That aspect ratio is genuinely good for documents, spreadsheets, and web pages — the things Apple leaned on in every demo. It's a poor fit for the 16:9 video most people actually watch, which is exactly the flaw Apple's own executives called out in Android foldables for years.

Do the math on the panel and a 16:9 video maxes out at roughly 80% of the available screen, even once an app is built correctly for the shape. The other ~20% just sits unused. On a phone that costs two grand, that's not a rounding error — it's visible in Apple's own launch coverage of the device.

The order things happened in

The real story isn't the aspect ratio by itself — it's the sequence. Apple locked in the screen's physical shape long before it handed developers the tools to design around it. The SDK that lets an app detect the Duo's panel and lay out content to fill it properly only became available after the phone was already announced to the public.

That leaves developers with a matter of weeks, not months, to rework layouts for an entirely new form factor. Most teams building a phone app never had to think about an A4-shaped canvas before. Retrofitting that in a few weeks, across thousands of apps, is not realistic.

What that means on launch day

Without the update, an app doesn't know the Duo's screen exists — it just renders like a regular phone. On the Duo's inner display, that shows up as a normal phone-sized window floating in the middle of a much bigger panel, with black space filling the rest. Even Apple's own marketing video for the Duo shows this: a 16:9 clip playing inside letterboxing on all sides, using about 80% of the screen it's supposedly designed for.

So the same complaint Apple made about Samsung and other Android foldables — awkward black bars, apps that don't understand the fold — is exactly what ships on day one of its own device, just because of a scheduling problem rather than a hardware one. iOS 27.1 is the update that's supposed to fix this on the software side, and it's the version most apps need before they can even try to fill the screen correctly.

Why this keeps happening with foldables

This isn't really an Apple-specific failure. Every foldable maker has hit the same wall: the physical screen ships on a hardware timeline, while the software that makes content look right on that screen ships on a much slower ecosystem timeline. Samsung dealt with this for years with Android apps that didn't know what to do with a square unfolded display. Google faced it with the Pixel Fold. Now Apple, despite having full control of both its hardware and software stack and years of advance warning about the exact problem it was walking into, shipped the SDK too late to matter for launch day.

The lesson is less about foldables specifically and more about dependency ordering: if the thing your ecosystem needs to look correct ships after the thing it needs to look correct on, you get a launch full of black bars no matter how good the hardware is.

Here's the 60-second breakdown of the aspect ratio, the missing fifth of the screen, and why the timeline made it unavoidable:

Worth watching next: how Samsung's own foldable app-continuity guidelines evolved over five generations of the Galaxy Fold, since that's the closest real precedent for what iPhone Duo developers are about to go through in the coming months.

Top comments (0)