Languages

Menu
Sites
Language
How to make a call

Dear All,

I want to insert an option in my application where user can save numbers. Later when the user tap on the number, call will be made to that number using the call application of the phone. How can I do that? Please help me..

Thanks in advance..

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

5 Replies
konduri sai swathi
Hi , Please try the code in this link : under Calling section , https://developer.tizen.org/help/topic/org.tizen.web.appprogramming/html/tutorials/social_tutorial/task_calllog_manage.htm?resultof=%22%61%70%70%63%6f%6e%74%72%6f%6c%22%20
Stephanie Senjuty Talukder
Wow it works!!!! Thank you soooooo much.. I have changed the code a little. Hope it will be useful for someone else.. :) function App_makeCall(phoneNumber) { var self = this, appControl = new tizen.ApplicationControl('http://tizen.org/appcontrol/operation/call', 'tel:' + phoneNumber); tizen.application.launchAppControl(appControl, null, function(){}, function(e) { onsuccess: throw function(){}; onfailure: throw function(e){}; }) };
Eugene B
Tizen supports HTML5 tags. You can use 317-456-2564
Stephanie Senjuty Talukder
I am sorry but is that a link of a site?
Eugene B
use href="tel:+13174562564"