Hi,
How can I dial a specific number on a mobile app (IOS & Android)? Any plugin?
Thanks,
JP
Simpy create a link with the phone number and a "tel:" prefix, like this:
Matthias Preuter wrote:
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
Punya Swaroop Sirigiri wrote:
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
Joao Pinto wrote:
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
Hi Joao, If you still need that plugin, You can download it from forge.
https://www.outsystems.com/forge/component/2413/phonecall/
Cheers!!
Hi, i want to implement call in webview. How do i implement it in WebView plugin?