How to get a vCard (.vcf file) into Android contacts from website

前端 未结 7 1555
花落未央
花落未央 2020-12-08 22:46

I\'m trying to add a vCard from a web link to the user\'s contact list on Android 2.2. When I direct the user to .vcf file, all I get is text output in the mobile browser.

7条回答
  •  死守一世寂寞
    2020-12-08 23:39

    I'm running 2.2 and there is no change, reports from others on 2.3 say the same. Android (bug) does not handle a .vcf nor a link to such a file on a web page via port 80, neither via http headers or direct streaming. It just is NOT SUPPORTED AT ALL.

提交回复
热议问题