Jura Skrlec
Jura Skrlec
Hi @khambir please send us your demo where you are getting this crash
Hi @jowie @vg-identance Please share with us your code where you are getting this crash, so we can reproduce it at our end and see what's going on. Best, Jura
Hi @kikettas With this approach, you are not filtering when scanning, but after scanning. Correct way to filter what you want to scan while scanning is to conform to `MBBlinkIdRecognizerDelegate`...
Hi @stardustdev We do not have typings for our react-native plugin. You have two options for now: 1. You could write the typing information for blinkid-react-native by yourself and save...
Hi @jcbdev can you please tell me are you getting this on our sample app or do you have your own implementation and if that's the case, can you please...
Any update on this?
Is there any status on this? The workaround is to use Chrome extension, which is working fine but still having issues on iOS. Using Ledger 1.3.0 and Cardano 2.4.1
Hi @AlibekJ I've seen your implementation code. You are using `SuccessFrameGrabberRecognizer`, which is causing a bug on that specific overlay `DocumentVerificationOverlay` to get wanted behaviour. As you are using the...
Thank you on your feedback! Btw, you can set `requireDocumentSidesDataMatch` on blinkIdOverlaySettings to false to disable data matching on combined recognizers.