Code Monkey home page Code Monkey logo

Comments (10)

joaonew avatar joaonew commented on May 28, 2024 1

Can you share how you made it work with base64? Im using a method to return a base64 string from an image from an url which is working but when I try to use:
vCard.photo.embedFromString(
'returnedB64',
'image/png'
);

the file generated has this instead of the base64:

PHOTO;ENCODING=b;TYPE=image/png:returnedB64

any ideas?

from vcards-js.

adityar15 avatar adityar15 commented on May 28, 2024 1

It is not working for me either for attachFromUrl. I am trying to fetch the image from firebase storage. The bucket is public and still it is not showing any image on the contact.

from vcards-js.

enesser avatar enesser commented on May 28, 2024

Depends on the email client and security permissions, sorry. What client was this an issue for?

from vcards-js.

jamarks avatar jamarks commented on May 28, 2024

.photo.embedFromString base64 is not making any change on the vcf file. Any ideas? I was trying that because attachFromUIrl JPEG is not actually showing any picture, nor in macos or ios.

from vcards-js.

amitbravo avatar amitbravo commented on May 28, 2024

there is not function embedFromString in photo object , so I did that in following way

  1. you get base64 from your url using standard methods .
  2. then remove data:application/octet-stream;base64 from the blob
  3. use as photo url
  4. but turn on base64 so that it prefix ENCODING=b; without this, photo does not show at all.
    contact.photo.url = String(getBlob).replace('data:application/octet-stream;base64,','')
    contact.photo.base64 = true

from vcards-js.

adityar15 avatar adityar15 commented on May 28, 2024

Hello.

I've been trying to attach a photo using attachFromUrl, as per the example but it doesn't work. Tried attaching with base64 string and that does work.

Did you find any solution to this?

from vcards-js.

ronakiihglobal avatar ronakiihglobal commented on May 28, 2024

base64 working for me

from vcards-js.

rachelmoore avatar rachelmoore commented on May 28, 2024

It is not working for me either for attachFromUrl. I am trying to fetch the image from firebase storage. The bucket is public and still it is not showing any image on the contact.

Same issue here, firebase storage and this library.

from vcards-js.

nikolovskipetar45 avatar nikolovskipetar45 commented on May 28, 2024

Any updates on attachFromUrl?

from vcards-js.

JohannSiemens avatar JohannSiemens commented on May 28, 2024

I also tried using attachFromUrl having the vCard shown as a QR Code in my Frontend, but it doesn't work. My image is stored in vercel blob storage. I also tried some example URLs, which also didn't work.

from vcards-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.