Skip to content Skip to sidebar Skip to footer

Save Contact Number To Mobile Phone

I am working on a mobile website, and I am suppose to add contact number of my client to user's mobile phone (obviously on click of a button), I was wondering if this is possible u

Solution 1:

You just can't store directly contact on the phone using js or html5 stuff.

What you can try is creating a vcf card server side and redirect the client to download this newly generated vcf card... I've haven't yet tested this solution, but I think it can work.


Solution 2:

In iOS, phone numbers are automatically detected, even if they aren't tel links. When clicking them there are two options – call, or add to address book. This isn't something that you need to implement, the UA does it for you.


Post a Comment for "Save Contact Number To Mobile Phone"