← Back to context

Comment by Nevermark

16 hours ago

It isn't just twice the size.

Both sides have the same aspect ratio as the whole screen.

> this isn't great design, it's tautology. of course the phone open is twice the size of it closed.

Well, it sounds obvious now, but before Archimedes, ancient engineers split their screens 60-40, so the full screen wasn't twice the size of either side.

Yes, I do understand the issue with the aspect ratio, which is indeed good design, but parent comment's example is that "you can run two apps side by side" is the tautology. Well, at least since the invention of double-entry bookkeeping and getting rid of Archimedian phone design.

  • No, you can't, unless the apps are designed for different aspect ratios.

    • If the outer screen has dimensions X by Y, then you unfold it to have the inner screen with dimensions 2X by Y, which cleanly permits side by side apps at the original dimensions of X by Y. This is true for any ratio between X and Y.

      If the user isn't going to be multitasking, then the app needs to additionally support the widescreen dimensions of 2X by Y, and the portrait orientation of Y by 2X. Both of these are so drastically larger overall that aspect ratio is a barely-relevant part of the UI layout problem, because nobody wants every button and text label to be double the size (which would mostly defeat the benefits of having the larger screen for anything other than multitasking).

    • But, the iPhone Duo has a different aspect ratio from a regular iPhone. So your app needs to be designed for multiple aspect ratios anyway.

    • The inside screen, when divided in two vertically, along the fold line, is exactly the same dimensions as the outer screen. Pretty much by definition. Any folding phone, of any aspect ratio, can run two apps on the interior display side by side.

      The issue of the internal screen being the same aspect ratio as the external when rotated is completely separate.

    • which they have to be anyway, to support normal iphones and maybe ipads and in many cases a cackle of Android phones too. (but I still think this is brilliant design)

      3 replies →

  • The missing piece that makes it not a tautology is that two apps side by side have the same aspect ratio as one app full screen (but 90 degrees rotated)