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
Identify whether the Fingerprint OR Face (or both) enabled on Android
Feature Description
Is there any way we can differentiate between what is enabled on the device ?. i.e. fingerprint or face.
Here are the situations:
Device may only support Fingerprint - so only Fingerprint can be enabled
Device may only support Facial recognition - so only Face can be added
Device may support both Fingerprint and Facial recognition - both can be added
I used the library and when I tried to identify what is enabled (using FingerprintAIO.isAvailable().then(result => { }) ), the result is always biometric. I want to be able to what exactly is enabled and also, if both are enabled what happens.
Any assistance on this is greatly appreciated.
Thanks
Raj
The text was updated successfully, but these errors were encountered:
I was able to find that the user device has finger or face and finger both and also working on finding which one is enabled, will send a pull request for that asap
Feature Request
Identify whether the Fingerprint OR Face (or both) enabled on Android
Feature Description
Is there any way we can differentiate between what is enabled on the device ?. i.e. fingerprint or face.
Here are the situations:
I used the library and when I tried to identify what is enabled (using FingerprintAIO.isAvailable().then(result => { }) ), the result is always biometric. I want to be able to what exactly is enabled and also, if both are enabled what happens.
Any assistance on this is greatly appreciated.
Thanks
Raj
The text was updated successfully, but these errors were encountered: