Repurpose your Images for Mobile Email |
|
10.19.2011 Get connected with Email on Acid for up-to-date news and information on the subject of email design, development, and testing! |
|
By mklann
December 23, 2011 Two ways to ensure that your entire email is rendered by default in the iPhone & iPadWhile using the native email clients for the iPhone and iPad, we noticed that in approximately 10-15% of our test emails, the reader only displayed a small segment of the original email. When this happens, it renders the loaded portion of the email with a button at the bottom which reads: "Download remaining XX bytes." Often times the button appears below the fold, especially in landscape view, making it easy to miss. Most of the time, when the button is touched the remainder of the email is rendered. In other instances, we've seen it load a second portion of the email with no option for downloading the remainder. When the device is flipped from portrait to landscape the entire message shows, when it is flipped back the entire message remains - which leads us to believe that this is an iOS glitch. Let's start with some examples:Before (scroll to see button): ![]() After tapping the button: ![]() In this particular example, the only thing that is loaded from the beginning is the header image and the button appears well below the fold. Also, the email doesn't fully download after tapping the button. If you flip the phone to landscape view, it looks ok. If you flip it back, everything still looks ok. Here it is when flipped: ![]()
Another thing to point out is that most of the original email was not loaded from the beginning. Therefore there's no content being displayed just under the subject line in the inbox:
This might cause people to avoid opening the email in the first place. Yikes! If you'd like to see this in action on the iPad as well, here's the original HTML version. So what's the fix?
Here are some of the notes we took while testing just in case the above suggestions do not work for you:
In ConclusionThese days, it's hard enough to get your email to render correctly in each email client, yet alone having to worry about your message getting chopped off in two of the most popular mobile devices. If this happens to you and you find a different work-around, please don't hesitate to share your comments below! Or, if you are an iPhone/iPad user and you figure out a way to disable the download button, please share and we can update this blog post for others who are having the same issue. Cheers and happy testing everyone! |
|
If you haven't signed up yet, give our FREE online Email Test a try. Just drop in your code and we will instantly simulate your email in the most popular email clients!
Get connected with Email on Acid for up-to-date news and information on the subject of email design, development, and testing!
For me there was no content between the head tags except for: <head>
<meta content="text/html;charset=UTF-8" http-equiv="content-type" />
<title></title>
</head>
So that leads me to the question, where do we put the 1091 characters?