2
iOS 11 Rendering my Email 1/2 the Width of the Screen
So my email renders fine in all browsers and devices BUT iphone 7 on IOS 11 - The email is only 1/2 the screen size and i'm sumped on what to do next.
Has anyone else run into this issue?
I'm all for ideas...
I've heard of this issue on Slack but haven't been able to reproduce it myself. Would you mind sharing your code so I can take a look ?
As for a fix, you might try the
<meta name="x-apple-disable-message-reformatting" />
introduced in iOS 10 (see this). Put it in the<head>
of your email and that should do the trick.Thank you! That worked for me.
Thank you! I was having the same issue and this resolved it.
10,000 claps for you! You've just save my ass.
Same problem here and that fix worked for me, thank you!
Thanks a ton! I thought I tried that but I just tried again and it worked. :)
Had the same issue. Worked perfectly! Thank you.
PERFECT! Thanks so much, works like a charm! Don't forget to put padding:0; into your <body> tag!
Still experiencing the same issue with iPhone 7 Outlook iOS 11
I ran into this problem today and thought it was solved with the
<meta name="x-apple-disable-message-reformating" />
, but it was working. Turns out that the code snippet I had copied had curly quotes vs straight quotes.<meta name="x-apple-disable-message-reformating" />
vs<meta name=”x-apple-disable-message-reformatting”>
I will never get that hour of my life back.
Hi Stephen, I have a similar issue. My email render fine in all browsers and devices BUT iphone 8 on iOS 11, I have a right padding of 20px. Any thoughts?
Actually I tried <meta name="x-apple-disable-message-reformatting" /> and that solved the issue, thanks!
Nice! Glad you figured it out!
Hi, I don't know why my emails are auto scalling if I use external css, Does anybody knows what happened with it or why my stacking tables do not work in IOS 11? for stacking we use a td with a class we set the following proporties width: 360px !important; display: table !important; margin: 0 auto !important; it allows us to make an stacking tables from the tds
Is anyone seeing this same issue in the Outlook, iPhone 7, iOS 11? This meta change fixes things on other iOS 11 mail programs, but not Outlook.
Same here. Still experiencing the same issue with iPhone 7 Outlook iOS 11
Mornin,
thats wierd I did not know that Outlook changed something in the app, anyway U can maybe try to use this one to force outlook app to render in edge:
Let me Know it it worked