tjwoon / csZBar

Cordova plugin to integrate with the ZBar barcode scanning library.
Other
143 stars 180 forks source link

Several fixes for iOS 12 #141

Closed aksenkin closed 5 years ago

aksenkin commented 5 years ago

Fixed crash for the incorrect index of (i) button in ios 12; Enabled landscape mode for scanning long GS1-128 codes (portrait mode has less resolution); Added visualization non-printable symbols like (Function Code 1) which used in GS1-128 and cannot be converted "as is" to NSString as result JS app cannot see it and uses.

aksenkin commented 5 years ago

Sorry, visualization of FC1 is redundant step.