This is a migrated thread and some comments may be shown as answers.

how to make phone call from kendo ui or phonegap in ios

2 Answers 135 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
M Kumar
Top achievements
Rank 1
Iron
Veteran
M Kumar asked on 14 Mar 2013, 09:26 AM
how to make phone call with out navigate i mean with out disturb the current page.

2 Answers, 1 is accepted

Sort by
0
David Silveria
Top achievements
Rank 1
answered on 14 Mar 2013, 12:24 PM
If you want to make a call you can add an anchor tag like so:

<a href="tel:0000000">Call This Number</a>

I don't think there is a possibility for silent background call as this would be a security violation.
0
Jan-Dirk
Top achievements
Rank 1
answered on 14 Mar 2013, 07:27 PM
I call a JavaScript function upon a button/url click:
window.open("tel:" + $('#btnCallNumber').text());
Tags
AppBuilder Windows client
Asked by
M Kumar
Top achievements
Rank 1
Iron
Veteran
Answers by
David Silveria
Top achievements
Rank 1
Jan-Dirk
Top achievements
Rank 1
Share this question
or