Hi All ,
In my application i want to make a phone call to a particular number .
How can i make this ?
Any help would be appreciated
Shiju
Hi All ,
In my application i want to make a phone call to a particular number .
How can i make this ?
Any help would be appreciated
Shiju
Do a Google search about how to make a link that will allow it to handle phone numbers
Mitchell Simoens @LikelyMitch
Modus Create, Senior Frontend Engineer
________________
Need any sort of Ext JS help? Modus Create is here to help!
Check out my GitHub:
https://github.com/mitchellsimoens
Just add the phone number in a link with "tel", like you would dot to send mail with "mailto".
<a href="tel:+4722222222">Call</a>
Mitchell Simoens @LikelyMitch
Modus Create, Senior Frontend Engineer
________________
Need any sort of Ext JS help? Modus Create is here to help!
Check out my GitHub:
https://github.com/mitchellsimoens
Yeah I know, I just felt I had to try and help someone since I have gotten so much help here :-) But you are correct people should try and do a quick search first, since questions like this is very easy to find the answer for on google...
Just wanted to give a quick mention after reading the later half of this thread. I did a quick Google search for dialing a number with Sencha and this thread popped up.
Thanks for the info! It beat having to scroll through 3000 words of a tutorial.
Wait, you want a phone to make a phone call? Madness!
![]()
I can get it work but it opens the Phone Dialer app on my Android phone with the number instead of dialing it directly. Is it possible to dial the number in the link directly?
I also tried tel:+phonenumber on the browser of my Android phone and it also opens the phone dialer app. What can I do to change this?
You cannot make the phone call a number directly. Think if any site could do this, would be horrible!
Mitchell Simoens @LikelyMitch
Modus Create, Senior Frontend Engineer
________________
Need any sort of Ext JS help? Modus Create is here to help!
Check out my GitHub:
https://github.com/mitchellsimoens
thanks for your reply. that's what I thought also.