|
I've made a telephone number clickable on one of my websites using the code that works with the iPhone:
<a href="tel:2223334444">(222) 333-4444</a>.
The problem is, of course, that non-iPhone users (not sure about other mobile devices) -- i.e. anyone using a desktop or laptop ("immobile users"? hmm..), gets an error message if they click on the same link. Assuming there's no way of making phone numbers clickable for both mobile and immobile users, how can I hide the link from immobile users so they don't click on it?
|