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

SMS and CALL

2 Answers 100 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Keen
Top achievements
Rank 1
Keen asked on 27 Jun 2013, 07:50 AM
Hi guys
Is there any sample project on how to send sms message and make a call using Icenium? or any material can help me with this but using this beautiful Icenium application?

Thanks

Keen

2 Answers, 1 is accepted

Sort by
0
Jan-Dirk
Top achievements
Rank 1
answered on 27 Jun 2013, 10:22 AM
Hi Keen,

I have used this JavaScript to start the default dialer in Android/iOS:

window.open("tel:" + $('#btnCallNumber').text(), '_system', 'location=yes');

btnCallNumber looks like this:
<a class="button" style="background-color: rgb(94, 164, 145);" data-role="button" id="btnCallNumber">#= phone_mobile #</a></p>

I am using the Kendo UI framework, the html above is part of a template. The '#= phone_mobile#' part can be replaced with the phone number you want to dial.
0
Keen
Top achievements
Rank 1
answered on 28 Jun 2013, 12:20 AM
hi Jan drik,

Thanks for the response. Im using Jquery mobile. Do you a way on jquery mobile?

thanks
Keen
Tags
General Discussion
Asked by
Keen
Top achievements
Rank 1
Answers by
Jan-Dirk
Top achievements
Rank 1
Keen
Top achievements
Rank 1
Share this question
or