Add a contact to the mobile device Address book from an HTML webpage

后端 未结 4 684
时光取名叫无心
时光取名叫无心 2021-01-12 04:20

I\'m currently building a site where, with one touch, you should be able to add a contact to your IPhone/Android Address book. The website is currently HTML5, but Javascript

4条回答
  •  囚心锁ツ
    2021-01-12 04:59

    I'm was searching for this too, and I found only this "near" solution:

    1. Make a QR for your contact card
    2. Use a link like:
      http://qrdroid.com/decode?q=[FULL-QR-IMAGE-URL] for it
    3. If the user has QR Droid installed, it will decode the URL.

    a video here: http://www.youtube.com/watch?v=e-2D3uCV2bE

    Personally I found that solution a bit buggy, this is safer:

    1. The user saves the QR image from the browser (long-click, save image)
    2. Open the image saved
    3. Click "Menu"->Share->Decode with QR Droid

    a video here
    http://www.youtube.com/watch?v=Ws99exsZEIs

    CONS:
    it's counter intuitive
    you need android and QR droid installed
    I don't know if it's possible with iphone, and other mobiles.

提交回复
热议问题