I have a project that requires <a href="tel:123456">
over the phone number (123456 is not the number) however this will cause an issue for everything except mobile browsers by being unable to interpret the tel:
bit.
I have tried to use jQuery to add the href attr when a browser width is <1000px but this is a very unreliable method (tablets also have a limited resolution).
Any ideas on how to overcome this would be greatly appreciated. I am using PHP, jQuery and JavaScript.