Viewing telephone numbers on iOS device can provide an unpleasant shock. They tend to render in a default blue colour making your designs look broken.
Lucky this is super easy to fix. All you need to do is add this small meta tag snippet into the head
section of you site.
<meta name="format-detection" content="telephone=no">
Want to become a better web developer?
Join over 25,000 other developer & designers who get awesome links to the best news and articles each week delivered directly to their inbox.
While this is certainly usable, I am not a big fan of disabling default functionality like this, because user are used to it and expect it.
Good to know!
Couldn’t agree more, but sometimes things need to adjusted to please everyone working on the project.