When an email with width larger than the resolution of iOS is displayed on iOS, it smartly zooms out to show it in one screen.
What can I do with the HTML email so that it does so on Android as well instead of zooming in like Android devices do?
The email is created with inline css and tables to maximize compatibility with things like Outlook and Gmail.
Desktops like width to be in % to cover the entire width, and Apple products adjust to that, however Androids need to be in px. So do this:
Max-widths on mobile devices shouldn’t be greater than 600px.