Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QRcode binary content #186

Open
laruche opened this issue Feb 11, 2019 · 2 comments
Open

QRcode binary content #186

laruche opened this issue Feb 11, 2019 · 2 comments

Comments

@laruche
Copy link

laruche commented Feb 11, 2019

Hi

Congrats for your project :)
I'm just make a try with a special implementation of QRcode we use in entreprise solution base on QRcode documentation

We are using qrcode with binary content
YOu can read it with scandit app or ZXing
https://zxing.org/w/decode.jspx

There is a way to implemante this code in your plugin ?
Only test in IOS (your are using built in qr decoder ?)
img_0887

@EddyVerbruggen
Copy link
Owner

Yes, the built-in decoder is used on iOS. On Android, a fork of ZXing is used. I guess the Android code can be updated to support it, but on iOS we need to work with whatever iOS gives us.

Alternatively, you may have more luck scanning this code with https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/docs/ML_KIT.md#barcode-scanning

@laruche
Copy link
Author

laruche commented Feb 11, 2019

I will try ML_KIT
but at this time compilation failing on my mac :/

possible to use Zxing wich support this kind of code on IOS ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants