Ramil Valitov
Ramil Valitov
@bekopharm can you please provide any more details? As far as I understand, the script detects the pools, but does not put them in the resulting output? The reason should...
Thank you for a prompt reply. I found information about the `serverTimeOffset` here https://firebase.google.com/docs/database/web/offline-capabilities#server-timestamps I didn't find any specific mentions about this parameter in Admin SDK, perhaps I didn't search...
Dot is really a special reserved character, that can only be used in special reserved path references like `.info`. This path is read only and is handled by Firebase, not...
I faced this issue with version 3.2.0. I have to use "@zxing/library": "^0.18.6" , see https://github.com/zxing-js/ngx-scanner/issues/428#issuecomment-937800191 The camera is not freed when I use `enabled` attribute, example: ``` ``` If...
@lazoapostolovski Will make a PR?
@Daskii I'm testing the new code now... Hopefully a new release will be published in the upcoming days.
Thank you for sharing your case. Can you please give some details? 1. How do you check/debug that the streams are not closed? 2. How do you use the `ngx-scanner`...
@ehsankh1370 I had a similar issue but it was not related to `ngx-scanner`. To detect the reason of the problem simply connect your device to Macbook and check the errors...
Can you try another device? Perhaps related #430 ?
Thank you, updating `@zxing/library` solved the issue.