Technology3 min read
iPhone Duo in a case: the hidden setting that disables a screen edge
The foldable iPhone Duo Apple unveiled on 9 September 2026 has a display setting that adds a narrow black strip along the left edge of the outer screen. It exists so that a case with a raised lip does not cover interface elements. Here is where it lives and when to use it.

The problem the strip solves
iPhone Duo folds like a book and its outer screen reaches the hinge. Cases with a protective lip at the hinge cover a few millimetres of display: the edge of the keyboard, back buttons in apps and the gesture for side menus end up under the lip. Apple's software answer: the screen can be narrowed by giving the edge to a black strip, and the interface reflows to the new width.
Every new form factor adds one more layout check for websites. Foldable screens with a software strip are a reason not to pin elements to the screen edge with fixed offsets.
Where the setting is
The option sits in the display settings next to text size and interface zoom. Once enabled a narrow black zone appears on the left and the system recalculates the layout as if the screen were narrower. On an OLED panel the strip costs no power: black pixels are off.

When to enable it and when not to
Enable it if you use a case with a hinge lip and cannot reach elements at the left edge. Without a case the strip only wastes area: on a foldable's outer screen every millimetre counts.
There is a side effect for app and web developers: the safe area changes, and layouts pinned to the left edge must respect the inset. For websites it is one more argument for adaptive rather than fixed margins.
Summary
A small setting solves an everyday problem of the folding format: the case protects the hinge and the interface stays reachable. Users enable it when needed; developers check how their app behaves when the safe area changes.
Sources
Follow the journal
New pieces on websites, SEO and AI come out in the QIO journal. Follow in Google, by RSS or in Telegram to get them first.


