I'll just leave this here: "I think I’ve fixed the notch issue in landscape #iphoneX" https://twitter.com/vojtastavik/status/907911237983449088
Designing Websites for iPhone X
31–40 of 135 posts
Re: Designing Websites for iPhone X
#32I frankly thought it was going to be a bit more of a mess than this so I'm pleasantly surprised.
Re: Designing Websites for iPhone X
#33- Apple
Re: Designing Websites for iPhone X
#34> The next step towards making our page usable again after adopting viewport-fit=cover is to selectively apply padding to elements that contain important content, in order to ensure that they are not obscured by the shape of the screen.
This is taking me back to the era of TV on CRT screens. Since there was always a bit of overscan, it was never a guarantee that the content at the very edge would actually end up visible to the end users, so the industry adopted a "safe area" 80-90% in each dimension (5-10% margin on each edge). Camera operators would avoid framing content such that important items are in that zone, and title generators would account for that margin to avoid having part of a text/subtitle cut off.
We've come full circle.
Re: Designing Websites for iPhone X
#35I was ready to be annoyed by this, and it is a ridiculous design, but the article is a pretty good discussion of CSS's round display extensions. Those have been sort of sitting around gathering dust as far as I can tell, but the idea seems pretty cool and potentially useful. I like that they're proposing a safe area constant, which makes a lot of sense. This is a really great way to see it all actually working and fi…
Re: Designing Websites for iPhone X
#36So, the standard for constant() will have a different name/syntax but they put it without any prefix? Why?
As the article states, prefixes have created a set of problems, which is why Apple, Google, Mozilla and Microsoft stopped using them for new features.
Re: Designing Websites for iPhone X
#37In the 1990s, we just needed to design for three browsers. I guess we actually had it pretty good.
Re: Designing Websites for iPhone X
#38Keep in mind that this is mostly a problem in landscape mode and roughly 90% of usage is in portrait mode.
Re: Designing Websites for iPhone X
#391. The scroll bar is disappearing under the notch when it's on the other side.
2. The chosen example has a solid color background while websites often have complex edge-to-edge ones which look even worse with the insets.
3. The home indicator and the round corners now permanently block some content at the bottom and edges in any orientation.
4. Objects in the vicinity of the prominent round corners will often look inharmonious, poorly clipped, etc.