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
I am using this plugin. On ios it works great because the touch ID popup has a "cancel" button that can be pressed.
However, in my Android device (One Plus 6T with in-screen fingerprint scanner), the fingerprint overlay appears, but there's no way to cancel it.
If I add a button labeled "Cancel", I can't dismiss it because the plugin is still waiting for the fingerprint to be entered.
Is there any way to cancel or dismiss the action that was initiated by BiometricAuth.verify() ?
That would help with my integration a lot because I can let the user cancel the authentication and enter their login details manually instead. Otherwise they would be forced to use the biometric authentication.
The text was updated successfully, but these errors were encountered:
I am using this plugin. On ios it works great because the touch ID popup has a "cancel" button that can be pressed.
However, in my Android device (One Plus 6T with in-screen fingerprint scanner), the fingerprint overlay appears, but there's no way to cancel it.
If I add a button labeled "Cancel", I can't dismiss it because the plugin is still waiting for the fingerprint to be entered.
Is there any way to cancel or dismiss the action that was initiated by BiometricAuth.verify() ?
That would help with my integration a lot because I can let the user cancel the authentication and enter their login details manually instead. Otherwise they would be forced to use the biometric authentication.
The text was updated successfully, but these errors were encountered: