Questions tagged [tel]

'tel' is a URI scheme specification for telephone numbers, which describes resources for telephone numbers linked to within documents.

The tel URI scheme can be used to create a link to a telephone number on the web, which can be implemented by prepending the value tel: to a telephone number, and then placing the whole value into an a element's href attribute, like so:

<a href="tel:867-5309">Call Me</a>

Do not use this tag if your question refers to telephone numbers in general, such as using regular expressions to match a telephone number's format, or if you are referring to the tel attribute of an input element (use instead).

References/Resources

254 questions
4
votes
2 answers

Prompt when trying to dial a phone number using tel:// scheme on iOS 11

I am facing an issue, while trying to start a phone call from my iOS app using: UIApplication open(_:options: completionHandler:) iOS shows an confirmation popup/alert before starting the call with two button Call & Cancel and CompletionHandler…
Rajender Kumar
  • 1,377
  • 19
  • 32
4
votes
3 answers

using tel: url to initiate call - but need to insert SPECIAL CHARACTER #

Possible Duplicate: How to use tel: with * (star, asterisk) or # (hash, pound) on iOs? I need to initiate a call which also enters an id separated by # The problem is that as soon as I insert this special character the method does not fire (as…
user387184
  • 10,953
  • 12
  • 77
  • 147
4
votes
3 answers

HTML checking - Website not valid when using tel inside href

So I get this error when I try to validate it here: Bad value tel:0000 00 00 00 for attribute href on element a: Illegal character in scheme data: not a URL code point My html looks like this: 0000 00 00 00 Is…
paulalexandru
  • 9,218
  • 7
  • 66
  • 94
4
votes
1 answer

Android Intent opens inside other app

I am trying to open my own app whenever there is a "tel:" tag inside a link. So I am using an intent-filter like this:
Dinkheller
  • 4,631
  • 5
  • 39
  • 67
4
votes
1 answer

ipad detecting date as a telephone number and inserting a tel link

I have the following for a responsive project: …
Daniel Ramirez-Escudero
  • 3,877
  • 13
  • 43
  • 80
4
votes
4 answers

'Switching' a Tel: link on and off... Preferably CSS only

I have read in a few other posts that creating a tappable link for a phone number can be done with tel: in an anchor tag I would like to implement this in a responsive website.. something like this: Call Us!…
Grapho
  • 1,654
  • 15
  • 33
4
votes
4 answers

Using tel: to initiate a call with a phone extension

What is the proper way to format a tel: link with a phone extension? I've seen a few different suggestions, but I'm unclear on which one is the definitive approach. 555-5555 ext. 555 Using an android 2.3.4, I have been…
Force Flow
  • 714
  • 2
  • 14
  • 34
4
votes
2 answers

Android WebView “tel:” & "mailto:"links show web page not found

I am trying to open tel: & mailto: link from webview, and receive the following message: Web Page Not Found tel:0000000000 The only link that works is "http:" and "https" Can anyone help me? private class HelloWebViewClient extends…
robert
  • 61
  • 1
  • 5
3
votes
1 answer

How can I open external links in Swift webview?

I am totally new to Swift and I just need a webview app of my website. Everything seems fine except the external links such as "tel", "mailto", or "whatsapp". When I click them, nothing happens. I have searched many related titles and tried many…
Hakan göçmen
  • 115
  • 1
  • 9
3
votes
4 answers

Use of Parentheses in HTML with "href=tel:"

Surprised I can't find a definitive answer about this anywhere online: I am setting up a translated HTML page in French with a different contact number that begins with "+33 (0)." Since I can't personally test it on this number -- a canonical…
jimiayler
  • 674
  • 2
  • 11
  • 27
3
votes
1 answer

How to turn tel: protocol into URL?

I am using an MS Office to make a PDF presentation. And MS office does not support tel: links. So I made a htaccess redirection to tel:[phone number] that worked but now I switched to GitHub pages to host the website and and Github does not support…
PovilasID
  • 883
  • 10
  • 34
3
votes
0 answers

Make autocomplete="tel-national" work in Safari

I have a phone field which should autofill if that's enabled in the browser. I need the country code to be stripped and only display the rest of the phone number. That's usually achieved with autocomplete="tel-national" which works fine in Chrome…
Catalin
  • 31
  • 1
  • 4
3
votes
3 answers

click to call phone extension smartphone

Looking to call a phone number and extension from clickable link in a smartphone, example (212)-555-1212 Ext.456 and then an extension number I have tried Call me and also
EddyK
  • 51
  • 1
  • 2
  • 5
3
votes
1 answer

How can I make a call inside an iPhone application?

I want the user to make a call from my application Something like this post, but instead of sending an email, make a call How can I send mail from an iPhone application Tanks!
caeycae
  • 1,137
  • 3
  • 12
  • 28
3
votes
2 answers

How do I give option to dial an extension in Tel: link?

While putting a tel link as Dial and clicking it from a mobile browser, only initial number gets transferred to dialer and not the commas or extension. I've tried p, w and ;ext= as well but nothing is working. p…
1 2
3
16 17
Besteldatum 24-2-2014