Hello Outsystems support,
We've got a requirement to create a QR Code/Barcode that can extract contact information within the barcode. I've tried various component from the Forge such as: https://www.outsystems.com/forge/component-overview/8918/qr-code-generator, https://www.outsystems.com/forge/component-overview/8270/qr-code-reactive, https://www.outsystems.com/forge/component-overview/2023/qr-code-generator-for-mobile-appsbut still no luck, the barcode scanner did not recognized anything at all.
In the text/input string parameter of each component, I entered format string value exactly as referenced as in this Wiki documentation: https://en.wikipedia.org/wiki/VCard
Is this implementation is correct? Are those component is not compatible to generate .vcf file format? Thank you
Solved, the vCard format were able to be generated in those QR Code components. I forgot to add white background/padding around the QR Code area.