You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I created a practice app to implement QR scan feature. On the website from where I am generating QR, I see lot of tabs for different and specific types of data, like URL, text, Contact, SMS, Phone. However, when I tried with every type data, QR scan only returns "string" type data. I faced difficulties, specifically to identify if its a Contact or email. Also, if its a string just with digits/numbers (in case of phone) or normal text.
Even barcode.format.formatName is returning QR_CODE for all type of data.
Describe the solution you'd like
Can we have something like barcode.code.format.url or barcode.code.format.VCARD or some sort of property or check, through which we can know exactly what type of data is in QR.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Priyank-Sharma-89
changed the title
[BUG] Know exact type/format[url/Contact/Phone/SMS/Text] of data provided by QR
[FEATURE] Know exact type/format[url/Contact/Phone/SMS/Text] of data provided by QR
Jul 14, 2021
Is your feature request related to a problem? Please describe.
I created a practice app to implement QR scan feature. On the website from where I am generating QR, I see lot of tabs for different and specific types of data, like URL, text, Contact, SMS, Phone. However, when I tried with every type data, QR scan only returns "string" type data. I faced difficulties, specifically to identify if its a Contact or email. Also, if its a string just with digits/numbers (in case of phone) or normal text.
Even barcode.format.formatName is returning QR_CODE for all type of data.
Describe the solution you'd like
Can we have something like barcode.code.format.url or barcode.code.format.VCARD or some sort of property or check, through which we can know exactly what type of data is in QR.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: