emailmonday / Cerberus

A few simple, but solid patterns for responsive HTML email templates and newsletters. Even in Outlook and Gmail.

Home Page:https://www.cerberusemail.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blue link fix not working for date/time in Outlook iOS

thomasaustin opened this issue · comments

Found that changing * to a on these two classes (*[x-apple-data-detectors], .unstyle-auto-detected-links *) fixed the issue.

screen shot 2019-02-20 at 9 47 37 am

@thomasaustin so...

*[x-apple-data-detectors], .unstyle-auto-detected-links *

...becomes...

a[x-apple-data-detectors], .unstyle-auto-detected-links a

?

Yes that’s correct. Still might need to test that this change won’t effect anything else though.

@thomasaustin I'm having trouble reproducing this. (screenshots below)

In your design above, have you wrapped the day/times part in a <span class="unstyle-auto-detected-links">?

img_b92e3f5da09d-1
androidoutlook-vertical-allowed-1366

@TedGoas I can't see any date or time in your screenshots above? I wrapped 'Mon-Fri 6:00am - 10:00pm' with the unstyle-auto-detected-links span but it still didn't fix it.

screen shot 2019-02-21 at 8 51 23 am

@thomasaustin sorry for the delay. I was able to reproduce this using your screenshot above and verified your fix. Thanks for catching this!