You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is them implementing Dynamic Type, ie. adapting to the user's Text Size choice as made in their Settings, right? When I choose the smallest font size it sets it to -webkit-text-size-adjust:81%, on the largest it's doing 125%.
Ah good find @emailwizardry 👍
I wish they would just use the standard rem which would allow us to work with them to support the users preferences rather than have to work around it.
Agreed @M-J-Robbins! Most disturbingly, after doing some live testing today, it appears that the increased size styling is removed from linked text after you tap to open the link. I set my text size to maximum, then went through and opened some links.. any visited links got turned back to small, ie. 100% / normal size. Absolutely barmy.
The Outlook app on iOS is increasing font-sizes by adding
-webkit-text-size-adjust:125%
to all elements that contain afont-size
.In this code sample we should see 2 green squares of the same size next to each other
In Outlook iOS app it's converted to
This is happening in Outlook iOS version 4.2124.0
iPhone 8, iOS15
The webmail, Android app and PWA versions all seem fine.
The text was updated successfully, but these errors were encountered: