Quote Originally Posted by jimhanus View Post
Even if I totally remove the fax number and then re-type it still turns into a link. Any suggestions how to stop this behavior? Thanks!
By default, Safari on iOS detects any string formatted like a phone number and makes it a link that calls the number.


You can put this in the header of your page to stop the fax number being picked up as a link, and it won't stop the links that you DO instruct to be tel: links from working

HTML Code:
<meta name="format-detection" content="telephone=no">