MobisysGmbH / cordova-plugin-mlkit-barcode-scanner

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

Android: Hardware back button never responds with 'cancelled' flag #14

Open cytostatic opened 1 year ago

cytostatic commented 1 year ago

On android the error callback is not called when scan overlay is cancelled by pressing hardware back.

This is especially a problem if success or failure is handled by promises which are neither resolved nor rejected.