Dawid Nowakowski
Dawid Nowakowski
Hi, I have the same question. MilisecondsBeforeTimeout is not working, by default it's set to 10 seconds, but it isn't timeouted anyway. Moreover, scanWithCamera is not possible to stop because...
Hi @mparadina. Not sure which SDK you are asking for so I'm sending all of them: minSdkVersion = 23 compileSdkVersion = 31 targetSdkVersion = 31 "@microblink/blinkid-in-browser-sdk": "~5.17.0", The scanner is...
@cywolf Your solution not working for me when I have translated first slug in path, for example: /en/register/token and /pl/rejestracja/token. After language change it moves me into /pl/rejestracja without handling...
@JoseCMRocha Here is a reproduction: I have a app-routing.module.ts file with simple configuration: ```typescript import { Routes } from '@angular/router'; import { FullComponent } from './core/layouts/full/full.component'; import { BlankComponent }...
Hello @AngTim , sorry I didn't answer, had a lot of other things. I can see your answer is about In-browser SDK, but the problem is about Android part. Sorry,...
Hi @mparadina I cannot answer about iOS because I'm not using this platform. I'm implementing the timeout and whole Scanner this way: ``` try { const recognizer = new BlinkIDReactNative.MrtdRecognizer();...
Hi @mparadina , how I could do the implementation of custom timeout from JS code? Or is Java knowledge needed here? ScanWithCamera is a Promise which is uncancellable actually and...
Pinging my question.
Hello @mparadina, I didn't add custom timeout for Android part, that's what is my question about from 19 days ago. How I could achieve that if scanWithCamera function is a...
Same issue here for 28.1.3 version and 29.4.3, worked in 26.6.3 as latest working version