insightautos / cordova-gmv-barcode-scanner

A Cordova barcode scanning plugin based on the Google Mobile Vision library for iOS & Android.
MIT License
52 stars 77 forks source link

Crashing on older iOS devices EXC_BAD_ACCESS #29

Open JustWoody opened 4 years ago

JustWoody commented 4 years ago

Hi there,

Thanks for you work on this plugin, it works really well, and make what I am trying to do way better

I have spotted a bug in that on older iphones (I'm testing on iPhone 5) the scanner crashes most times just after outputting the barcode value when checking barcode formats (see screen shot) with EXC_BAD_ACCESS

image

In case it helps this is a standard EAN13 product barcode ("Barcode value: 5010251327257")

Cheers

Justin

JustWoody commented 4 years ago

Actually, for me, I don't require the VIN validation so have removed all that code and left what was in the else part as only want a single barcode to return anyway and all working now