
0
iOS 11 making html email appear differently
Hi all,
I was just testing my code in litmus to send on to a client and everything is fine whether its on desktop or mobile but as soon as I view the email on iPhones using iOS 11, the email gets pushed to the left of the screen and becomes very small and thing.
Does anyone know what this could be?
Thanks.
Hello Ella,
There are a few known issues related to email scaling on Apple Mail since iOS 10. You can read more about this here. A possible solution is to add a
<meta name="x-apple-disable-message-reformatting" />
tag inside the<head>
of your email.Another possible cause of your issue can be tracking pixels. You can read an example here.