That's fine by me.
Designing Websites for iPhone X
11–20 of 135 posts
Re: Designing Websites for iPhone X
#12Hahaha lmao. I can't believe this is a real thing, that we have to design for one specific device now. Really?
Re: Designing Websites for iPhone X
#13Re: Designing Websites for iPhone X
#14Hahaha lmao. I can't believe this is a real thing, that we have to design for one specific device now. Really?
Out of the box, Safari displays your existing websites beautifully on the edge-to-edge display of the new iPhone X. Content is automatically inset within the display’s safe area so it is not obscured by the rounded corners, or the device’s sensor housing.
Re: Designing Websites for iPhone X
#15Re: Designing Websites for iPhone X
#16Re: Designing Websites for iPhone X
#17Re: Designing Websites for iPhone X
#18I'll just leave this here: "I think I’ve fixed the notch issue in landscape #iphoneX" https://twitter.com/vojtastavik/status/907911237983449088
Re: Designing Websites for iPhone X
#19With that said, they lose the plot a bit when the iPhone X's safe area adds unnecessary padding outside of the notch, and then double down on that mistake when they talk about their brand new `min()` and `max()` functions. When you start combining math functions in CSS, you need to back up and ask what you did wrong, because you definitely did something wrong.
What you should do is add some padding for the safe area, which might be 0, and then add some more padding (of your choosing) beyond that. Same way any other screen works. But it's Apple, so it will probably end with everyone forced to make the same stupid mistake and then we'll need a new standard to get rid of it all.
Anyway, grumbles aside, I think Apple deserves kudos here for pushing forward some existing standards in a mostly constructive way.