iPhone X Support

Hi, I’ve found a bug i think.
Will there be a iPhone X Support in the future?
In the horizontal view my footer, header and the content is not on the full screen. I have white bars and the content hasn’t the same width. I attach some screenshots so you can see the problem.
Maybe its a problem with my site, but I think the white bars aren’t my fault.


Read only: Webflow - Versuch 1

Hi there,

Thank you so much for reaching out and excellent questions!

This is a known issue with the iPhone X landscape mode (article for reference).

You can solve this in one of two ways:

  1. Edit the background color of your body to match the sections on your site
  2. You can add a custom meta tag with viewport-fit: cover

<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">

Either of these options should help resolve the iOS issue for you. Hope this helps! :bowing_man:

4 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.