Read Brazilian boleto ITF barcode (size 44) with PhoneGap's barcodescanner plugin for IOS

Has anyone managed to solve the problem of reading ITF barcode (size 44) from PhoneGap plugin "BarcodeScanner"?

The plugin implemented for Android works perfectly for both large and small ITF barcodes. However, the plugin made for IOS reads only small ITF codes.

Author: Maniero, 2014-08-21

1 answers

You can use the following plugin: https://github.com/dealrinc/cordova-gmv-barcode-scanner

In it you pass the parameter { ITF: true } when calling the method scan.

 -2
Author: user157879, 2019-08-06 21:17:12