You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 :)
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.
The text was updated successfully, but these errors were encountered: