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 have implemented this plugin with two approaches,
1. Trying to authenticate my application whenever the application starts.
2. Minimize the application and resume it after some time (10 minutes)
Steps to reproduce
Start the application and BiometricPrompt will open.
Now minimize the application without doing authentication and relaunch it again from the recent apps.
Now again minimize the application.
View the recent apps and note that multiple instances of BiometricPrompt are maintained in the recent apps now.
Expected behavior
Duplicate instances of the BiometricPrompt should be removed from recent apps. Only one BiometricPrompt must be maintained at a time.
Actual behavior
Duplicate BiometricPrompts are maintained in the recent apps whenever minimizing the application without authenticating.
Crashlog
There is a crash log
Configuration
Version of the Plugin: 2.1.3
Platform: Android 10
Device: Android Simulators and Nokia 3.2
Another question:
Is there any way to programmatically close the BiometricPrompt(from the recent apps as well) when minimizing an application?
The text was updated successfully, but these errors were encountered:
I'm the friendly issue checker.
Thanks for using the issue template 🌟
I appreciate it very much. I'm sure, the maintainers of this repository will answer, soon.
I have implemented this plugin with two approaches,
1. Trying to authenticate my application whenever the application starts.
2. Minimize the application and resume it after some time (10 minutes)
Steps to reproduce
Expected behavior
Duplicate instances of the BiometricPrompt should be removed from recent apps. Only one BiometricPrompt must be maintained at a time.
Actual behavior
Duplicate BiometricPrompts are maintained in the recent apps whenever minimizing the application without authenticating.
Crashlog
There is a crash log
Configuration
Version of the Plugin: 2.1.3
Platform: Android 10
Device: Android Simulators and Nokia 3.2
Another question:
Is there any way to programmatically close the BiometricPrompt(from the recent apps as well) when minimizing an application?
The text was updated successfully, but these errors were encountered: