Page 1 of 3

how to make a phone call

Posted: Sun Dec 22, 2013 5:52 am
by Ketan Patil

i want to make a call the no. fetched from database bt query to label, by clicking on the lable.

window.location.href='tel:' + 8805693250;

i used above code for a particular no.

how to call fetched no.


how to make a phone call

Posted: Sun Dec 22, 2013 6:17 am
by Igor

how to make a phone call

Posted: Sun Dec 22, 2013 6:49 am
by Ketan Patil

will u please read my question.

just do not throw the stones here and there


how to make a phone call

Posted: Sun Dec 22, 2013 6:56 am
by maxkatz

Our documentation and tutorials: http://docs.appery.io show you to store and read data from a database or any other REST APIs. Once you retrieved the phone number, you would put the call as you have above to call the number.


how to make a phone call

Posted: Sun Dec 22, 2013 7:00 am
by Ketan Patil

if the documentation and tutorials are there, the what is the need of support people? i had gone through many pages from appery.io and then wrote to support.

pl. be clear...


how to make a phone call

Posted: Sun Dec 22, 2013 7:00 am
by Ketan Patil

or otherwise need not to reply.


how to make a phone call

Posted: Sun Dec 22, 2013 7:01 am
by Ketan Patil

is there any other support person who can help me?


how to make a phone call

Posted: Sun Dec 22, 2013 7:07 am
by maxkatz

If you want to show us what specifically you have tried and what doesn't work, we will be glad to help you.

We got plenty of tutorials that show to read data from the database: http://docs.appery.io/tutorials/#Data...

The steps are petty simple:

  • Read the value from the database
  • Map the value to a label
  • Run JavaScript to read the value (the phone number) and execute the line of code that you have above

how to make a phone call

Posted: Sun Dec 22, 2013 7:09 am
by Ketan Patil

Run JavaScript to read the value (the phone number) and execute the line of code that you have above

the last step is not working with popup page


how to make a phone call

Posted: Sun Dec 22, 2013 7:15 am
by maxkatz

As I mentioned above, unless you can show us exactly what you tried and what doesn't work -- it's very difficult for us to hep you.