I am using this code (a href="tel:1-222-222-5555") inside contact us page, it does not dial the number?
any help on the correct format will be greatly appreciated, .
Sorry for posting in the wrong area.
I am using this code (a href="tel:1-222-222-5555") inside contact us page, it does not dial the number?
any help on the correct format will be greatly appreciated, .
Sorry for posting in the wrong area.
Come on, he's asking how to make a link to a phone number, not to dial "automatically".
There are solutions, but I think they differ a lot between smartphones. On some of them it's not even possible (AFAIR).
Christophe Badoit
aka Tof
https://moduscreate.com/wp-content/t...es/favicon.png
Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
Try tel:+12222225555 for the uri and see if that works better. I think I read somewhere where you need the '+' before the country code for the number to be recognized by a lot of phones. BTW, the full RFC for the telephone URI is here - http://tools.ietf.org/html/rfc3966
Hi mmourtada,
I have the problem to display a phone number variable with html code. Could you please let me know how you put code <a href="tel:+12222225555">1-222-222-5555</a> to display on the formpanel so when clicking 1-222-2222-5555, it will dial.
Here is my posting http://www.sencha.com/forum/showthre...in-a-textfield
Thanks.
I need to dial phone from web page on desktop.On windows.Any idea how to do this?