No href is written, sometimes it automatically becomes a hyperlink
Are you talking about ios recognizing the numbers on your webpage, then automatically converting them to blue, and clicking on them can also trigger dialing?
Putting this in your html head should solve the problem
<meta name="format-detection" content="telephone=no">
Just tell me whether you included the text content in the < a > tag?
1. Your font may contain numbers, which are recognized as numbers. Just set <meta name="format-detection" content="telephone=no"> to disable it
Are you talking about ios recognizing the numbers on your webpage, then automatically converting them to blue, and clicking on them can also trigger dialing?
Putting this in your html head should solve the problem
<meta name="format-detection" content="telephone=no">
Just tell me whether you included the text content in the < a > tag?
1. Your font may contain numbers, which are recognized as numbers. Just set <meta name="format-detection" content="telephone=no"> to disable it