Tagged: iPhone X
-
AuthorPosts
-
January 31, 2018 at 9:39 pm #905831
Hi there,
is there any timing given when iPhone X (especially landscape) will be supported properly?January 31, 2018 at 10:28 pm #905850Hey,
Thanks for contacting us!
Could you please post a link to your website and a screenshot showing the issues you are having? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Best regards,
YigitJanuary 31, 2018 at 11:10 pm #905875I have a X and am not having any issues… is there something I’m missing?
January 31, 2018 at 11:45 pm #905897Hey!
I do not have one but i checked using Chrome simulator and did not see anything wrong there as well.
Regards,
YigitFebruary 12, 2018 at 10:11 am #910973Hi Yigit,
thanks for your reply and sorry for the delay.
What I’m talking about is especially visible in landscape mode.
The safe areas on the left and right side will simply remain black instead of extending the background color to the edges.
This behaviour is consistent on all kriesi sides, also this one.check out this documentation:
Please compare your side or themes to http://www.apple.com on iPhone X in landscape.
I think it would be worth if this get fixed once in the themes and not every user had to do it on their own.Best,
BenFebruary 12, 2018 at 11:56 am #911043Hi Ben,
Can you please clear the cache on your iPhone X and post some screenshots of the issue?
Best regards,
VictoriaFebruary 12, 2018 at 9:23 pm #911363I’d like to post a screenshot here but I don’t see a possibility to attach it!
February 13, 2018 at 6:07 am #911538Hi,
You can upload screenshots to a service like google drive, dropbox, imgur etc. and then link to it here.
Best regards,
Rikard- This reply was modified 6 years, 9 months ago by Rikard.
February 13, 2018 at 8:34 am #911566here’s a link to the screenshot of this forum.
The issue you can see on the left and right side is also true for all enfold themes. I think it can be fixed as described in the document I shared earlier.
https://photos.app.goo.gl/oW4YJLhbfw4CdsQ82February 13, 2018 at 4:48 pm #911769Hey!
The issue is because of ” Notch “, that iPhoneX has ( the top frame ).
Dev tools do not recognize it yet, as per ticket ( https://chrome.google.com/webstore/detail/inotch-x/ehmeeafggnjdbaodfknmobdjncndipnc ).There are 2 different solutions.
An advanced solution for you, but the safest and the best is to use
https://github.com/manifestinteractive/iphone-x-fixYou can go a step further an understand completely what is happening with the codepen here
A quick way to find a ” hack ” is to use
body { padding: 12px; padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
and also
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
Cheers!
Basilis- This reply was modified 6 years, 9 months ago by Basilis.
February 13, 2018 at 5:13 pm #911783Here is a screen shot of this thread on my iPhone X. I do not see any bars in landscape or portrait mode:
You might hard reset your phone and of course make sure it’s updated to latest ios. Enfold sites also fill the screen on my X.
February 13, 2018 at 5:29 pm #911799February 13, 2018 at 5:36 pm #911805@golgengate415 well yes that is obvious because the notch does only lead to issues with webpages in landscape (you posted a screenshot of it in portrait mode)
It will also be visible if you’re running a webpage as a web app and hence have no Safari top and bottom bar. A webpage that doesn’t handle the safe insets will have a black bar on top (position of the notch) because it doesn’t handle the safe insets!btw: it’s not required to hard reset your iPhone, you can simply reload a page without caches if you long press on the reload icon in the address bar in Safari.
February 13, 2018 at 5:38 pm #911806Oh yes, now I see “the bars” which I had not really noticed before…. and now I can see nothing else…. :)
February 13, 2018 at 5:52 pm #911809😃 haha
I think it is possible to “fix” this quickly for single users of the enfold themes.
But the better solution would be a fix in the enfold theme itself. This way it has only to be done once (and for all users)February 13, 2018 at 6:36 pm #911839Yes I agree. I try not to introduce too much custom code / patching in my child theme or css files that might break later as future updates are released. Hoping that this can be added to a future Enfold update. Having said that, the black background bars currently showing are OK with me. Even Amazon’s website handles the notch with a different color (grey bars).
Sorry to crash the thread… very informative, however.
February 14, 2018 at 1:25 am #912006February 14, 2018 at 10:11 pm #912525@Yigit sorry but I currently don’t have the time to implement it for my side.
I was hoping for an update for the enfold theme.
I will a) have to wait for an update or b) find some spare time to do it myself…Thanks for asking though
February 15, 2018 at 9:16 pm #912922Hi,
We have reported the issue to our developers – but to be honest we do not believe thta this is a bug, but basicly it is based on the view each developer want it to be.
In any case, we have raised it as an issue.Also, it does not require time, it is 2 lines of code and a meta…
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.