EddyVerbruggen / nativescript-barcodescanner

🔎 NativeScript QR / barcode (bulk)scanner plugin
MIT License
293 stars 73 forks source link

Cannot dectect Data Matrix codes in iOS #228

Closed Pkurto closed 4 years ago

Pkurto commented 4 years ago

Hi, The scanner cannot detect the Data Matrix codes, for example:

barcode

In Android it is working fine.

Can you take a look into this problem? Pedro Curto

Pkurto commented 4 years ago

Solved! I had to passed explicity the "DATA_MATRIX" via formats to work in iOS. My recomendation is to add this to your documentation like you had for Android in "PDF_417".