-
-
Notifications
You must be signed in to change notification settings - Fork 704
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
responsive version outlook365 webmail #107
Comments
@torot78 I don't believe Outlook 365 webmail on Android supports media queries. Is this |
Hi is cerberus-responsive.html |
i've found this article https://cm.engineering/coding-mobile-first-emails-1513ac4673e#.17wuvnf9q [owa] .email-container { |
@torot78 brilliant! Is this the only places you've added the
|
You have to duplicate all classes inside media queries and put them at the end of style. But i've found That in owa desktop version the style is applied and could be a little strange. We have found another medium quey lack on yahoo Mobile version for the responsive version. Overall the hybrid version performs better on these client. Do you thing is better to open a new branch? I did not check on all devices yet. |
What do you mean? Can you paste sample CSS here? |
@torot78 Is the [owa] hack working on outlook mobile app for android as well? The lack of media query on yahoo/android may be solved by duplicating the |
FWIW, having an empty |
I've had really great success in the Outlook app and Yahoo with changing the columns from td tags to th tags. I've checked on all of the clients in the list with the exception of mail.ru. Many of the apps and browsers display table data as inline, where the table header tags will display a block when reaching mobile size. You can research this and verify it. I thought I'd mention it before submitting a pull request. I remembered that hack after seeing that is how Zurb's Foundation for email handles columns, but this may even help with the other sections as well. |
@nusserstudios the If so, mind testing the copy of 'cerberus-responsive.html` in Office365 webmail? I don't have a way to test atm. |
Oh they certainly are now. My mistake. Yes, that is exactly what I was suggesting. I can definitely test it in OSX and Windows 10 as well. |
Hi,
in the webmail interface of outlook365 the responsive layout have a problem with the resizing.
Any help?
The text was updated successfully, but these errors were encountered: