Home > Mobile >  How can I make a contact pop up on an iPhone from a web application?
How can I make a contact pop up on an iPhone from a web application?

Time:02-01

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.

  •  Tags:  
  • Related