I've read through other SO posts, but everyone seems to check the user agent, if its mobile, add href="tel:1234567890"
else omit tel:
. But what if I have Skype, Google Voice, or another application that CAN handle the links. Is there any way to determine this?
I don't know much about modernizer, but that didn't seem to have any properties to determine this capability. I'd rather not "turn off" desktop links just because I'm not sure, but at the same time IE opens up a blank page if it can't handle the scheme which I definitely can't have. Any thoughts or suggestions?