kabamamadyit

Results 5 comments of kabamamadyit

Hello, I have the same issue ! I tried to add OffDetected(), when I scan a barcode, it calls just once the method OnDetected but if I want to scan...

My code is based on this angular project : https://github.com/classycodeoss/mobile-scanning-demo This seems to work when the cart and the scanner are implemented on the same page. On my side I...

Thanks I did that, but if you put a console.log() at the begin of the method called in onDetected, you will see, it's called multiple times even when you call...

@ericblade okay so thanks for the answer. What I am telling is that when I stop it with Quagga.offDetected(), I cannot scan anymore. What I am trying to do is...

Thank you for these information. It makes perfect sense. I will in that case use the solution of calling offDetected to remove the function and use onDetected to put it...