tel Questions
3
Solved
I would like to trigger a tel:12345 HREF using only Javascript, not with an anchor. I simply want to grab the value of an input field and use JS to prompt the user to call the number typed in. My t...
Recognizor asked 27/5, 2013 at 23:24
21
Solved
How can I add a phone number to a website that is clickable but hides the link when I'm browsing on a website that doesn't support touch.
I could use Modernizr to set it up although. I don't know ...
8
I currently have a webpage serving up phone numbers, some of these phone numbers have extensions so I have written the HTML like this:
<a href="tel:+44-1234-567;ext=88">+44-1234-56788</a&...
Morman asked 28/2, 2012 at 13:17
1
Solved
I have one mobile number (Bangladeshi Number). I want my app will take me to the iPhone's default Phone app to make a call when I will click on the "Emergency Call" Button.
However, I hav...
1
Solved
How do I create a HTML <a href="tel:"></a> link to an emergency number like 911 or 112?
The RFC says
The
phone number can be represented in either global or local
notation. A...
4
Solved
I have a pretty standard a tag for a telephone number. It works in everything except Firefox. I thought the tel protocol was standard - is there a workaround I am unaware of?
<a class="tel" hre...
2
I am developing a website that uses PWA to create a native-style App on mobile phones.
The issue I'm facing is that when the app has been added to the homescreen, links that start with tel:, mailt...
Whooper asked 29/11, 2017 at 1:30
5
Solved
If I use tel: I should write the international phone code, like that.
<a href="tel:+6494461709">61709</a>
So far, so good, but I can't find information on how to write a cell phone n...
3
I've made an application is used to call predefined numbers upon button press. As far as i know the only way to make call inside app is to use "tel" or "telprompt". When i submitted an app i've rec...
1
Solved
I have a component using the Rich Text Edit widget (xtype="richtext") in my project that's used across the entire site as the default text component.
The users would like to be able to in...
2
Solved
In a URI, spaces can be encoded as +. Since this is the case, should the leading plus be encoded when creating tel URIs with international prefix?
Which is better? Do both work in practice?
<a...
1
Solved
I am unable to initiate the call and mailto via href on my iOS Cordova app. For the code:
<a href="tel:XXX">Call</a>
I get the error in the Xcode console as
There is no registered h...
Underbrush asked 29/2, 2016 at 6:18
6
Solved
In a similar vein to Sending Pause and DTMF input in android, I'm trying to send the pause character "," to the dialer. This works on HTC Sense phones and even on the Xoom, but not on "stock experi...
Humfrid asked 21/4, 2011 at 23:13
6
Solved
Is there such prefix for launching map application on phones,
<a href="map:21st,High Street, London">Toto's home</a>
like can do
<a href="mailto:[email protected]">Toto'...
Heartsick asked 26/5, 2012 at 20:46
3
I'm looking to use the tel: uri scheme (rfc3966) to make phone numbers linkable on mobile devices in a web application, but I'd prefer to not link them on devices that can't handle the tel: scheme ...
Kunzite asked 22/2, 2011 at 4:7
3
Solved
0
It's pretty clear that the correct way to link to a phone number from HTML is with a URI like tel:2065551212. However many browsers also accept telephone URIs with slashes, a la tel://2065551212 ev...
Tautonym asked 28/3, 2014 at 5:9
1
I have seen this question before but without any real answer.
I am using the following code to start a phone call in objective-c.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@...
Zlatoust asked 12/6, 2013 at 11:24
1
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 appli...
Clarettaclarette asked 8/1, 2014 at 22:14
2
Solved
Is there something I can put in the code for an HTML page I am making for Safari on iPhone to make a call when clicked on? Something similar to:
<a href="tel://1300111222">click to call<...
2
Solved
I'm trying to enable the phone call functionality on change event (HTML <select> tag) so as to reference the appropriate "tel:" value.
I run a test on Android (both version 2.2 and 4.0), usi...
Roselane asked 14/11, 2012 at 18:38
2
Solved
I'm working on a phonegap based app for IOS which is already done for Android. I have the following link on a html page:
<a href="tel:0180123456789">0180123456789</a>
The Android dev...
2
Solved
I've managed to walk around this problem, but being only a javascript dabbler I am just curious to know why it happens and if there is a way to get IE to recognise input type="tel".
Backstory: I ne...
Cruickshank asked 17/9, 2012 at 2:24
1
Solved
There are two ways to have click-to-call links in HTML
<a href="wtai://wp/mc;+1800229933</a> WTAI style (Nokia, others)
<a href="tel:+1-800-275-2273">Call Apple Customer Support at...
Ketene asked 27/8, 2012 at 12:22
1
Solved
I'm currently on a project that needs to detect whether or not a device can make a phone call. Depending on whether or not it can, I need to switch views and apply two different functions, one is a...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.