-
Notifications
You must be signed in to change notification settings - Fork 33
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
CustomUI for android does not trigger on keyboard enter #57
Comments
I have the exact same issue, did you find any solution ? |
Yes, I did :)
|
I tried it, but this remove the cancel button. |
Could reproduce, don't see an immediate fix though... For me the solution was to just remove the fallback option, but you are right, the callback is not triggered. |
Yes, actually with the 'Cancel' button, you fallback in the catch. That's sad, i cannot use the customandroidui, I guess i l use the basic one |
Using the plugin (7.0.1) on Nativescript angular (5.4.0) with custom android UI:
When the user chooses to use pin instead of fingerprint, enters the pincode and does not press 'OK' in the dialog but the enter key on the keyboard, the dialog gets closed but the callback of verifyFingerprint is never called.
The text was updated successfully, but these errors were encountered: