Issue
Basically, I want to be able to click a button on my mobile site that will bring up my contacts list on my iPhone and allow me to upload a contact of my choice (.vcf file). Preferably looking for a solution with just HTML, JavaScript, and/or ASP.NET if possible, but am open to any possible solution. My desired solution MUST bring up my list of contacts on click if possible.
Solution
You might actually be able to do it with Swift using contact picker
https://medium.com/geekculture/autofill-and-contact-picker-api-in-ios-development-bdc7fb5f5de0
Answered By – coolcoder
Answer Checked By – Timothy Miller (BugsFixing Admin)