805
Views
6
Comments
Solved
Mobile app - Call a gsm number
Question

Hi,

How can I dial a specific number on a mobile app (IOS & Android)? Any plugin?

Thanks,

JP

2024-12-17 14-32-59
Matthias Preuter
 
MVP
Solution

Simpy create a link with the phone number and a "tel:" prefix, like this: 

UserImage.jpg
Punya Swaroop Sirigiri

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 


2017-07-15 18-41-36
Sachin Mahawar

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

2020-07-21 19-28-50
Rajat Agrawal
Champion

Joao Pinto wrote:

Hi,

How can I dial a specific number on a mobile app (IOS & Android)? Any plugin?

Thanks,

JP


Hello Pinto,

In outsystem 10 we can use plugins which are available at forge and also we can integrate cordovo plugins.I have created such functionality in my mobile application using cordovo.

Thanks 

Rajat Agrawal

2017-07-15 18-41-36
Sachin Mahawar

Hi Joao, If you still need that plugin, You can download it from forge.

https://www.outsystems.com/forge/component/2413/phonecall/


Cheers!!

Sachin

UserImage.jpg
Muhammad Hanif

Hi, i want to implement call in webview. How do i implement it in WebView plugin? 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.