Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

secondSideSplashMessage does not show up on iOS #126

Open
AlibekJ opened this issue May 13, 2020 · 3 comments
Open

secondSideSplashMessage does not show up on iOS #126

AlibekJ opened this issue May 13, 2020 · 3 comments
Assignees
Labels

Comments

@AlibekJ
Copy link

AlibekJ commented May 13, 2020

On Android, when plugin is activated, it shows firstSideInstructions and once it captures the front side of US driver license, secondSideSplashMessage appears signaling user to flip the document.

on iOS none of this happens: firstSideInstructions does not show up, plugin silently captures the front side and displays nothing until I show the back of the DL.

Recorded a screencast, sending it to you via our account manager.

@juraskrlec
Copy link
Member

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 latest version of our plugin, I would suggest to try out BlinkIdOverlay. It is optimised to work with latest recognizers and wrapping your wanted recognizers in SuccessFrameGrabberRecognizer will get the wanted behaviour. I am labelling this as a bug, but this is a bug in our SDK, so we will need some time to fix it. I am hoping to schedule it for our next release.
In the meantime, please try out BlinkIdOverlay and I am hoping you will provide your feedback :)

Happy coding

@AlibekJ
Copy link
Author

AlibekJ commented May 15, 2020

Followed your advice and it now works perfectly. Love it.

@AlibekJ AlibekJ closed this as completed May 15, 2020
@AlibekJ AlibekJ reopened this May 15, 2020
@juraskrlec
Copy link
Member

juraskrlec commented May 15, 2020

Thank you on your feedback!

Btw, you can set requireDocumentSidesDataMatch on blinkIdOverlaySettings to false to disable data matching on combined recognizers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants