Plugin is not working if fingerprint is not available in device. #447
Unanswered
siraj-coder
asked this question in
Q&A
Replies: 1 comment
-
The plugin is checking Androids BiometricManager if it has hardware support. The plugin relies on BiometricManager to do all the authentication work. I am not sure if you could make it work with no hardware support. cordova-plugin-fingerprint-aio/src/android/Fingerprint.java Lines 141 to 143 in 175549c You might need to implement a fallback PIN logic in your app. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we try to integrate AIO plugin with our app it is giving error as hardware not supported , as my device does not support fingerprint but it supports face id and pin. Can we integrate this plugin with my app as only face id or pin authentication?
Currently my app is built on :
Android version: 11
Ionic version: 5.36.x
Angular version: 12.2.x
Beta Was this translation helpful? Give feedback.
All reactions