anmol212

Results 4 comments of anmol212

Hi @ROBERT-MCDOWELL , I am also facing the same issue. Looks like library is internally using video tag and video.play() is asynchronous which takes time to resolve. Your setTimeout suggestion...

@ROBERT-MCDOWELL or @MM1132 can you guys share the sample code to disable UI until camera is loaded. I am new to react and not able to figure out at what...

Update: I have disabled mouse click event and added popstate eventListener to freeze browser back button until library is loaded and it works like a charm :)

Hey @MM1132, Thanks for your reply. But I have done this with slightly different approach, I have placed two event listeners and I am relying on `isScanning`, it does work...