I'd like to set a rule so that when my website is in desktop version it uses callto: for phone numbers and when it is in mobile optimised version it uses tel: Any idea how to do so?
Asked
Active
Viewed 941 times
0
-
http://stackoverflow.com/questions/6666907/how-to-detect-a-mobile-device-with-javascript – May 04 '14 at 01:59
-
@MittulChauhan if you flag a question for possible duplicate, it'll do all the formatting for you. – Howdy_McGee May 04 '14 at 02:00
-
thanks a lot .. m new sorry. – May 04 '14 at 02:00
-
It's technically not a duplicate. It's a good resource for his question, but someone may have specific insight on his problem. – Syntax May 04 '14 at 02:10
1 Answers
2
Skype now supports tel:
links if that's why you are wanting to support callto:
on the web.
If so, you should always use tel:
.
Tested with Chrome, FireFox, & IE11: http://jsfiddle.net/CgRwV/

Syntax
- 2,073
- 15
- 15