link phone in safari

Solutions on MaxInterview for link phone in safari by the best coders in the world

showing results for - "link phone in safari"
Luna
17 Nov 2020
1<!-- The problem is that iOS will automatically turn anything that looks -->
2<!-- like a phone number into a link. You can disable that functionality with -->
3
4<meta name="format-detection" content="telephone=no">
5
6<!-- And then explicitly use the "tel" URI scheme, like this: -->
7
8<a href="tel:+44 (0)845 519 7811">+44 (0)845 519 7811</a>