Uros Randelovic

Results 10 comments of Uros Randelovic

Yeah, I forked your project to try to get at least the audio working but it's pretty hard. For some reason, it's not picking up onStopEvent. I'll put a PR...

Yeah, it's audio only, dk if it would be possible to inject here to get at least full audio support

@dapi @rcdexta this issue still persists - any updates as to when can it be fixed? EDIT: Upon further investigation, if react and react-dom are upgraded to 17.0.2 the library...

Same question here, I've tried the following but to no avail { id: 'end-message', message: 'Thanks! Your ticket was submitted successfully, someone will be in touch soon!', trigger:"startOver", end: true...

I have a similar issue in that react-snap will only crawl the homepage at route "/" and none of the links that are leading from it to other pages such...

@BrightonNgema thanks for the answer! As I have an album component and each image is a route to a store (in an e-mall) the following worked: `linkToStore`

@jurip89 you can import a css file into your JS file and do the following: ``` #html5-qrcode-button-camera-stop{ visibility: hidden; display: none; } ``` @mebjas, use case for a lot of...

@II-II-II-II same question here, what operating system and what hardware did you use?

@Cerealex-alex I struggled with the same thing and ended up doing something similar to what @muratcakmaksoftware mentioned: ``` function onScanSuccess(qrCodeMessage) { props.setQrCodeResult(qrCodeMessage) pauseScanner() } const startScanner = () => {...