I am encountering an issue with my mobile site, specifically with a Span element containing a phone number.
<span class="order1-button">999-120-9191</span>
The problem is that when I access the page on my iPhone, the phone number is automatically turned into a clickable link that prompts a call option when clicked.
How can I remove this feature?
You can view the issue on this Fiddle link when accessed on an iPhone.
On other devices, the phone number appears as a simple button without the clickable link, which is the desired behavior.