How do I send an email to an email in local storage? Would you use something like this:
mailto:localstorage.getItem('Email')
I want the email to open in the native mail app.
Thank you!
How do I send an email to an email in local storage? Would you use something like this:
mailto:localstorage.getItem('Email')
I want the email to open in the native mail app.
Thank you!
Thanks but that's to dial a specific number. I need to pull numbers from the database. I have 300 numbers and 150 email addresses and doing it this way, I would have to enter them all manually. Is there a way I can click to call from the database?
I'm guessing a database would be the best way to keep all those contacts, especially since I will need to update the list of "people and phone numbers" once a year.
Would that be the best way, and how would I go about doing that? I'm learning as I go, so any help would be appreciated.
I need to add 140 contacts, accessible to customers who use the app. I have followed the "Using the contacts component" tutorial, but I'm not sure how to add the contact information so it shows up in the app.