Hello there,
I am currently working on a project which has a mobile browser version.
I have noticed that on iPhone, all numbers are callable by default.
My goal is to identify and select all callable numbers while disabling the call option.
For instance:
<div>123456789</div>
<span>123456789</span>
<p>123456789</p>
<p>1234,567,89</p>
I'm trying to figure out if there's a CSS solution that can help me target only the affected numbers that trigger the call option (without affecting all numbers) when clicked. Is this possible with CSS?