I created a simple HTML eSignature with my company's main phone number and an extension. When I email the signature, both iPhone and Android devices can pick up the phone number itself and dial it through the phone app, but it doesn't pick up the extension. Based on other threads I've read, I've tried the following things:
<a href = "tel:1234567890pp509">Number here</a>
<a href = "tel:1234567890,509">Number here</a>
<a href = "tel:1234567890;509">Number here</a>
<a href = "tel:1234567890x509">Number here</a>
I do not know much at ALL about backend development for Android or iOs platforms or apps, let alone getting that code to cooperate with email clients. I've seen stuff about textview, autolink, etc...but I am so lost and don't know where to start.
Can anyone point me in the right direction? Thanks in advance!