From 9613fc9e7803e7d5f4f3ef066d71ccd17b6dabc1 Mon Sep 17 00:00:00 2001 From: stephenrust Date: Tue, 3 May 2016 13:15:24 -0500 Subject: [PATCH] Updated tips-tricks.md with a workaround for dates/times/phone numbers on iOS devices --- docs/pages/tips-tricks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/tips-tricks.md b/docs/pages/tips-tricks.md index b9f22d95..8f792b3e 100644 --- a/docs/pages/tips-tricks.md +++ b/docs/pages/tips-tricks.md @@ -154,6 +154,7 @@ Use it like this: - It's better to use full 6 digit hex codes colors in HTML emails (#ffffff vs #fff). Although all the major email clients support short hex colors, Outlook.com (Hotmail), Lotus Notes 6.5, 7 and 8 do not. - RGB's are supported all the major email clients but RGBA's are only supported in IOS, Apple Mail, Gmail, and Android 4 (Gmail). - Background colors work across all email clients as well as color for fonts. +- iOS devices sometimes render dates/times and phone numbers in blue irrespective of CSS declarations. A good workaround is to include the the CSS snippet from http://removebluelinks.com/ in combination with wrapping the affected content with `` to ensure it gets rendered in the color required. --- -- 2.47.2