python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to auto import vcf file to android and iOS device from website button
In website, I have a anchor link for the vcf file. In android it downloads the file and then manually in need to save it. In Iphone it open directly but not auto imported the contact. Is there is any ...
user2468312
Votes: 0
Answers: 0
Laravel - Class 'JeroenDesloovere\VCard\VCard' not found
I'm using Laravel 9, and when I click the button, I want it to save the values on the phone. I'm using 'jeroendesloovere/vcard' for this but when i call my function i get such error:
Class 'JeroenDesl...
322quick1
Votes: 0
Answers: 1
Downloading VCF file created by PHP with Safari doesn't work, all ok with Android and Windows
This link works EVERYWHERE: https://www.autobackoffice.com/vcard.php
And this is the content of the file:
<?php
header('Content-Type: text/x-vcard; charset=utf-8;');
header('Content-Disposition...

ZioBit
Votes: 0
Answers: 0