phonegap / phonegap-plugin-barcodescanner

cross-platform BarcodeScanner for Cordova / PhoneGap
MIT License
1.27k stars 1.42k forks source link

Set camera as optional on Android (#374) #882

Open doug-a-brunner opened 4 years ago

doug-a-brunner commented 4 years ago

This turns off the camera hardware requirement, so apps in which the barcode scanner is optional can be installed on devices with limited (or no) camera.

It should fix issue #374 . The previous PR sat for too long and was closed as stale without any activity; is there a problem with the concept?