EddyVerbruggen / nativescript-barcodescanner

🔎 NativeScript QR / barcode (bulk)scanner plugin
MIT License
293 stars 73 forks source link

fixed: Unresolved promise in continuousScanCallback freezes UI #253

Closed kielsoft closed 3 years ago

kielsoft commented 3 years ago

When using continuousScanCallback, after closing the scanner, any bound variable that is updated during multiple-capture will not be updated until page navigates or a button is pressed.

EddyVerbruggen commented 3 years ago

I take your word for it, thanks!