How to stop iPhone auto-linking dates, phone numbers, or addresses

The iPhone and iPad automatically adds hyperlinks to things it thinks it knows how to handle, like linking dates to the Calendar app and phone numbers to the dialer. (Several desktop email and webmail systems do this too, especially for dates.)
HTML


You can prevent this by breaking up the values with an invisible character that throws off the text detection algorithm, like the Unicode "Zero Width Space" character (&#8203). This character is totally invisible in every email client, but it succeeds in "breaking" the iPhone date/number/address detection.

An Example (iPhone adds blue links to the number and address):

<p>Your order confirmation number is 5568321321 and a sample address is 123 Main St, Washington, DC</p>

The iPhone will add blue links to the confirmation number (mistaking it for a phone number) and the address. Now add in a couple Zero Width Space characters:

<p>Your order confirmation number is 55683&#8203;21321 and a sample address is 123&#8203; Main St, Washington,&#8203; DC</p>

Written by Makrina Konstantinidou
https://support.concep.com/hc/en-us/articles/360000262553-How-to-stop-iPhone-auto-linking-dates-phone-numbers-or-addresses


Posted by fbrefere001 on Friday November 1, 2019