I want the native contacts app in iOS to trigger in a web application. Is this possible?
CodePudding user response:
All you have to do is open a VCF file in Safari. So if you are building a web application, just redirect the user to the URL for the desired vCard. Example: https://vcard.link/card/DUo5.vcf will trigger the contacts app to load to view the VCF file.
