How do I call a right phone number from my ANGULAR JS AND IONIC app

Asked

Viewed 900 times

2

I have an Ionic + Angular Js application that receives the data from the database and in these my data has the phone number as I do when clicking on it calls straight from my application. I appreciate anyone who can help me

1 answer

4


Simply use protocol moniker tel: in an element href. Example:

<a href="tel:+6494461709">61709</a>
  • Valeuuuu manoooo....

  • @Dan100 No problem! if you have any more questions just ask. =)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.