Metah - A Web Technologist Adventure

Tweets

Make phone numbers link clickable to dial on mobile phones.

June 20th, 2007 at 10:52 pm by Ahmet Gyger

Posted in Mobile, Web Design



clickable mobile link Nice tips from Scriptygoddess on how to make phone numbers link clickable to dial on mobile phones.
<a href="wtai://wp/mc;8015551212"> 801-555-1212 </a>
It works great :)

Ahmet

7 Responses to “Make phone numbers link clickable to dial on mobile phones.”

  1. Home
    July 13th, 2007 04:17
    1

    [...] Make phone numbers link clickable to dial on mobile phones. Nice tips from Scriptygoddess on how to make phone numbers link clickable to dial on mobile phones.&lt;a href=”wtai://wp/mc;8015551212″&gt; 801-555 [...]

  2. Web Design Contractor
    February 4th, 2009 05:43
    2

    I read this “odd” code on another site that would make it work on an iphone AND the other ones.
    ————————————–

    on other forum i read :
    Call

    so which should we use to get best results!

    and if we use something like:
    206-555-1212

    what will it do, …. logically either of the tags should fail gracefully, and the other should work!

    practically any inputs?

    M.

  3. Web Design Contractor
    February 4th, 2009 05:52
    3

    Okay, let’s try it again without making the code disappear. . . But the preceding example is good for showing what it would look like. . .

    on other forum i read :
    <a href="tel:XXXXXX">Call</a>

    so which should we use to get best results!

    and if we use something like:
    <a href="wtai://wp/mc;2065551212" href="tel:2065551212">206-555-1212</a>

    what will it do, …. logically either of the tags should fail gracefully, and the other should work!

    practically any inputs?

    M.

  4. Web Design Contractor
    February 4th, 2009 05:56
    4

    Can someone test out the “odd” and “unvalidated markup” to see if it works on both an iphone and other cell phones?

  5. Web Design Contractor
    May 8th, 2009 19:22
    5

    Followup: I had someone with an iPhone test out the combined link and it didn’t work for here.

  6. Ahmet
    May 11th, 2009 21:20
    6

    On the iphone to make a number clickable just enter it with the international standard:
    +41 79 121 12 12 <- This appear as a link on a IPhone, but there is no HTML Tag to specify it.

    Wtai (from WAP) is not supported by the IPhone. Seems that you will have to detect if the webpage is browsed by an IPhone…

  7. Diabolo
    June 12th, 2009 19:14
    7

    Hi,

    Do you know how to make a clickable video 3G call ?

    I’m searching wtai functions and library and I’ve only found MakeCall, Add to phone book, Send DTMF functions …

    Thanks for your help.

Leave a Reply