Skip to main content

Apple Mail iOS

Engine: WebKit·mobile·Dark mode: Yes

Apple Mail on iOS uses the same WebKit engine as the macOS version, providing excellent CSS support. It handles responsive design well, supports media queries, and renders most modern CSS without issues. However, the mobile viewport introduces its own considerations for touch targets and readability.

The default email client on iPhone and iPad. Consistently the #1 or #2 most-used email client globally, accounting for 30-50% of all email opens depending on the audience.

CSS coverage profile for Apple Mail iOS

Apple Mail iOS renders with the WebKit engine and supports 233 of 251 tracked CSS and HTML features fully, with 9 partially supported and 9 unsupported. That places it in a broad coverage band.

Modern CSS works largely as expected. The cost of supporting this client is low — most production templates need only minor adjustments.

233

Supported

9

Partial

9

Unsupported

251

Total

Key gotchas in Apple Mail iOS

Auto-linking phone numbers and dates

iOS automatically converts phone numbers, dates, and addresses into tappable links, adding its own blue styling. Use meta tag <meta name="format-detection" content="telephone=no"> to prevent this, or style the auto-generated links explicitly.

Minimum font size

iOS may scale up fonts smaller than 13px to improve readability. Use -webkit-text-size-adjust: 100% to prevent automatic scaling.

Dark mode color inversion

Like macOS, iOS Apple Mail inverts colors in dark mode. Transparent PNGs with dark content may become invisible against dark backgrounds.

How Apple Mail iOS renders email

  • Apple Mail iOS shares the macOS rendering pipeline, so feature support is nearly identical. The differences are mostly viewport-related — narrower screens, no hover surface, and touch-target sizing requirements.
  • Dynamic Type and Apple's accessibility text-size settings can override declared font-size on body copy. Use -webkit-text-size-adjust: 100% on critical typography to opt out.
  • Auto-linking is aggressive — phone numbers, dates, addresses, and tracking numbers are all converted to tappable spans with blue underline. Wrap any non-link text that resembles these patterns in explicit anchor tags with overrides.
  • Safe areas and the notch on iPhone X+ devices can clip full-bleed designs. Reserve at least 16px horizontal padding on the outer container.

Dark mode behaviour in Apple Mail iOS

Follows the device's appearance setting. Supports prefers-color-scheme media queries and color-scheme meta tags. Applies automatic inversion for emails without explicit dark mode styles — transparent images are a common casualty.

QA checklist for Apple Mail iOS

  • Test with the device set to maximum Dynamic Type to surface auto-scaled typography that breaks layout.
  • Verify dark-mode rendering on devices with True Tone enabled — colour inversion can amplify subtle contrast issues.
  • Check tap-target sizes — Apple's HIG recommends 44pt minimum, which translates to roughly 44px buttons in email.

Related clients

HTML Elements40

FeatureSupport
<abbr>Supported
<acronym>Supported
<address>Supported
<audio>Supported
<base>Supported
<bdi>Supported
<blockquote>Supported
<body>Supported
<code>Supported
<del>Supported
<dfn>Supported
<dialog>Supported
<div>Supported
<form>Supported
<h1>Supported
<hr>Supported
<img>Supported
<link>Supported
<marquee>Supported
<meter>Supported
<object>Supported
<p>Supported
<picture>Supported
<pre>Supported
<progress>Supported
<rp>Supported
<rt>Supported
<ruby>Supported
<select>Partial
<small>Supported
<span>Supported
<strike>Supported
<strong>Supported
<style>Supported
<svg>Supported
<table>Supported
<textarea>Supported
<ul>Supported
<video>Partial
<wbr>Supported

CSS At-Rules5

FeatureSupport
@font-faceSupported
@importSupported
@keyframesSupported
@mediaSupported
@supportsSupported

Pseudo-Elements6

FeatureSupport
::afterSupported
::beforeSupported
::first-letterSupported
::first-lineSupported
::markerSupported
::placeholderSupported

Pseudo-Classes & Selectors32

FeatureSupport
:adjacent-siblingSupported
:attribute-selectorSupported
:chainingSupported
:checkedSupported
:child-combinatorSupported
:class-selectorSupported
:descendant-combinatorSupported
:first-childSupported
:first-of-typeSupported
:focusUnsupported
:general-siblingSupported
:groupingSupported
:hasSupported
:hoverSupported
:id-selectorSupported
:langSupported
:last-childSupported
:last-of-typeSupported
:linkSupported
:notSupported
:nth-childSupported
:nth-last-childSupported
:nth-of-typeSupported
:only-childSupported
:only-of-typeSupported
:targetUnsupported
:type-selectorSupported
:universal-selectorSupported
:visitedUnsupported
pseudo-class-activeUnsupported
pseudo-class-defaultSupported
pseudo-class-nth-last-of-typeSupported

CSS Functions8

FeatureSupport
calcSupported
clampSupported
conic-gradientSupported
fit-contentSupported
linear-gradientSupported
maxSupported
minSupported
radial-gradientSupported

CSS Properties160

FeatureSupport
!importantSupported
accent-colorSupported
align-itemsSupported
animationSupported
aspect-ratioSupported
backdrop-filterSupported
backgroundSupported
background-blend-modeSupported
background-clipSupported
background-colorSupported
background-imageSupported
background-originSupported
background-positionSupported
background-repeatSupported
background-sizeSupported
bimiSupported
block-sizeSupported
borderSupported
border-collapseSupported
border-imageSupported
border-inlineSupported
border-inline-individualSupported
border-inline-longhandSupported
border-radiusSupported
border-radius-logicalSupported
border-spacingSupported
bottomSupported
box-shadowSupported
box-sizingSupported
caption-sideSupported
clearSupported
clip-pathSupported
colorSupported
color-schemeSupported
column-countSupported
columnsSupported
css-commentsSupported
cursorUnsupported
custom-propertiesSupported
directionSupported
displaySupported
display:flexSupported
display:gridSupported
display:noneSupported
empty-cellsSupported
filterSupported
flex-directionSupported
flex-wrapSupported
floatSupported
fontSupported
font-familySupported
font-kerningSupported
font-sizeSupported
font-stretchSupported
font-weightSupported
gapSupported
grid-template-columnsSupported
heightSupported
hyphenate-characterSupported
hyphenate-limit-charsUnsupported
hyphensSupported
inline-sizeUnsupported
insetSupported
justify-contentSupported
leftSupported
letter-spacingSupported
light-darkSupported
line-heightSupported
list-styleSupported
list-style-imageSupported
list-style-positionSupported
list-style-typeSupported
marginSupported
margin-block-start-endSupported
margin-inline-blockSupported
margin-inline-start-endSupported
mask-imageSupported
max-block-sizeSupported
max-heightSupported
max-inline-sizeSupported
max-widthSupported
min-block-sizeSupported
min-heightSupported
min-inline-sizeSupported
min-widthSupported
mix-blend-modeSupported
modern-colorSupported
nestingSupported
object-fitSupported
object-positionSupported
opacitySupported
orphansSupported
outlineSupported
outline-offsetSupported
overflowPartial
overflow-wrapPartial
paddingSupported
padding-block-start-endSupported
padding-inline-blockSupported
padding-inline-start-endSupported
positionPartial
resizeUnsupported
rgbSupported
rgbaSupported
rightSupported
scroll-snapSupported
shape-marginSupported
shape-outsideSupported
system-uiSupported
tab-sizeSupported
table-layoutSupported
text-alignSupported
text-align-lastSupported
text-decorationSupported
text-decoration-colorSupported
text-decoration-lineSupported
text-decoration-skip-inkSupported
text-decoration-styleSupported
text-decoration-thicknessSupported
text-emphasisSupported
text-emphasis-positionSupported
text-indentSupported
text-justifyUnsupported
text-orientationSupported
text-overflowSupported
text-shadowSupported
text-transformSupported
text-underline-offsetSupported
text-underline-positionPartial
text-wrapSupported
topSupported
transformSupported
transitionSupported
unit-chSupported
unit-cmSupported
unit-emSupported
unit-exSupported
unit-inSupported
unit-initialSupported
unit-mmSupported
unit-pcSupported
unit-percentSupported
unit-ptSupported
unit-pxSupported
unit-remSupported
unit-vhPartial
unit-vmaxSupported
unit-vminSupported
unit-vwSupported
user-selectPartial
vertical-alignSupported
visibilitySupported
white-spaceSupported
white-space-collapseSupported
widowsSupported
widthSupported
word-breakPartial
word-spacingSupported
writing-modeSupported
z-indexSupported

Test your email across all 15 clients

Preview rendering, catch CSS issues, and get actionable fixes — free.

Try Emailens Free

Support data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.