Skip to main content
iOSQuirks

How to avoid/remove the Safari call option for your website on mobile?

By July 30, 2020No Comments

There is a very simple solution to this. I found it on StackOverflow.


1
<meta name="format-detection" content="telephone=no">

That’s it! Source

If you happen to use Divi. Following might be a good place to put this code.

Divi place code in the head tag