cordova-plugin-fingerprint-aio
cordova-plugin-fingerprint-aio copied to clipboard
Differentiate between Fingerprint Vs Face on Android
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:
- 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
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
Is the fix expected to arrive anytime soon?
@Abhinav2903 is there any progress for this? realy need this soon
Hey guys, any news on this?
Is there any fix for this problem?