endroid / qr-code

QR Code Generator
https://endroid.nl
MIT License
4.33k stars 721 forks source link

vcards #421

Closed aolko closed 8 months ago

aolko commented 8 months ago

In some readers vcard:$data is being parsed as http://vcard:$data on read for some reason.

endroid commented 8 months ago

Hi @aolko this library only puts your string "vcard:$data" in a QR code and does not add a http:// or any other meta information to the text. This means that the software you are using for reading the QR code is adding this (probably based on the colon). So unfortunately I can not help you with this. Good luck!