capacitor-community / barcode-scanner

A fast and efficient (QR) barcode scanner for Capacitor
MIT License
437 stars 167 forks source link

implement stopScan: resolveScan option for web #252

Closed pkunszt closed 1 year ago

pkunszt commented 1 year ago

the web implementation lacks the resolveScan option, which is quite handy if you implement your own UI controls. this PR provides a very simple implementation for it. I had to change the definitions.ts so that hasContent can also be false.