Make a call from Mobile APP

20 Jun '17, 05:43 PM
12,321 Views
No Forum Badges

Hello, I'm working on a Mobile APP and I should make a phone call to a number picked up from a customers data stored in an entity.

I've read the article  "native contacts integration" but I have not  found information about how to call a contact.

Can anyone give me some hints about this issue?

Thanks

BOB

 
x 0
Follow
Answer Answer at this question and get points!
Forum Hero - Level 9

Hi Bob,

referring to the default Attribute template of the MobileDefault Style Project you can find the mailto: URL scheme used to open the default mail application. A the same way you could prepare a custom attribute template in which you define the html tel: URL scheme for your Attribute (url type). In fact the "tel:" starts a telephone call.

For example the resulting html code could be:

<a href="tel:+30123456789">Call me</a>

 
x 0
Answer at this question and get points!