tjwoon / csZBar

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

Scanner is not working anymore on iOS 11 #131

Closed prashantmishra88 closed 6 years ago

prashantmishra88 commented 6 years ago

Hi There, Phonegap has recently updated there iOS build servers to XCode 9.2, which will complete support for iOS 11. I have updated my phonegap app using this plugin. And now plugin is not working on iOS 11 based devices. It is working on older iOS 9 based devices. Issue is as below: On first call of cloudSky.zBar.scan(params, onSuccess, onFailure); nothing happen and then after calling it again is giving error 'A scan is already in progress.'. Please have a look.