Punya Swaroop Sirigiri wrote:
Matthias Preuter wrote:
Simpy create a link with the phone number and a "tel:" prefix, like this:

Hi Matthias,
Thanks, I could implement the logic by specifying the Phone Number in the URL under events("tel:"+959XXXXXXX). It would be great If you can explain in broader perspective. For instance, If there is a list of contacts and I tap on each of the contacts should call the Phone number associated with the particular contact.
Thank you so much!
Best Regards.
Punya
Hi Punya,
Just download the phonecall component from forge. I hope you are using list widget, just create a client action with an input parameter as phoneNumber. Bind this action with Onclick event on list item. Use a method from phonecall pulgin on that client action & pass the phone number.
It should work!!
Sachin