-
-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cerberus-responsive.html vertically cut off in height in iOS Outlook app #108
Comments
@s28491 Hmm odd, I will look into this when I can. In the meantime, I'd recommend using Campaign Monitor to send tests instead of Putsmail. Your video does not show a responsive email. I've run into problems with Putsmail changing the email code before, not sure exactly what it's doing but I wouldn't recommend it. |
Thank you so much for responding so quickly. Will try as you advised. And yes, the responsive.html version does not get rendered responsively in Outlook, but the hybrid.html version, interestingly enough, does. |
Hello, Interestingly again, the responsiveness of the layout is ignored in outlook app when sent from Campaign Monitor as well. The iOS version is 10.2.1. |
Hello, It starts to point to the fact that it has nothing to do with your code, but with something in the classes in general I believe. In this instance I used entirely different template - the Litmus Slate template (https://litmus.com/resources/free-responsive-email-templates). The exact same cut off happens with this template in iOS Outlook app as well, whereas on Gmail app it looks perfectly normal. Please see video here: On the other hand, I also accidentally created a Cerberus-responsive.html template newsletter that shows correctly, without the bug! While I was fixing little design details on this newsletter, I discovered that one 'under-construction' version of this newsletter shows perfectly fine in iOS Outlook app. However, when I fix the little design bits so it can be presentable in other platforms, the bug shows up again. I cannot for the life of me understand which bit of code makes this happen. If you want I can send you the 'under-construction' version (the one without the bug) and the finished version (with the bug) for you to compare. Please see video of this: |
Hmm, this is weird. Yesterday I updated my iOS app and started seeing a bunch of bugs. I've also noticed some recent, related community chatter. I'll try testing some emails I'm working on to see if it's a Cerberus problem or a general email code problem. |
New update. As far as my case is concerned, I found the exact piece of code that triggers the bug, but I am honestly not so sure if this information will help in any way whatsoever, since it simply does not make any sense. Anyways, the code that triggers the bug is if you declare inside the img tag Hope it helps. ( I tested in Litmus Slate template and when I removed all these declarations from img tags, the mail showed in entirety.) Edit: |
Great thanks! I'll do some testing on my end to see if this fixes the issue. |
Has anyone explored reporting this to Microsoft? |
@s28491 I was able to replicate your issue and fix. After removing all However in the process the email lost it's media query support, which iOS Outlook should have. Furthermore, I re-opened first text email (with EDIT |
Update: This issue seems to be resolved. Sending a test email with image |
Any solution to keep media query support.. ? |
@andyroblesr mobile Outlook should presently support media queries. |
I have same issue than s28491: Here is the code adapted from your file.. |
@andyroblesr do you see this issue with the original Cerberus code? |
Seems to be more related tp this issue. |
Just posted some additional info in that other thread you mentioned, @TedGoas. It does appear to be related. |
I've found what's causing the issue! Removing this part from the css in head resolves the issue and extra padding to outlook app completely:
|
All mobile Outlook’s and Gmail’s should be full-bleed. Mobile Outlook also appears **not* to cut off emails like so: https://github.com/TedGoas/Cerberus/issues/184#issuecomment-395656782 Fixes #184 and references #108
Hello,
The template cerberus-responsive.html gets cut off in vertical height at the bottom when viewing in Outlook app on iPhone. I tried every single cross-examination and elimination process of what could be the culprit and only thing I found out is that, if I simply duplicate contents between
and paste them inside inside this same table
the vertical height of the email will somehow force to reveal the bottom of the content of the original email, but it will cut off the content of the duplicate one.
Please see video example here:
https://goo.gl/photos/EBNRDUBWErXR2KuZ7
(1st email is original code, the 2nd is same code with duplicated Email Body content inside same table)
Please help if possible, it's been 6 days now that I've been trying to solve this.
If I add height in pixels in this table, the email will reveal the contents but it will also expand the height of every child element inside this table. If I declare this height in percentage, nothing will happen.
The text was updated successfully, but these errors were encountered: