nativescript-fingerprint-auth icon indicating copy to clipboard operation
nativescript-fingerprint-auth copied to clipboard

:nail_care: 👱‍♂️ Forget passwords, use a fingerprint scanner or facial recognition!

Results 24 nativescript-fingerprint-auth issues
Sort by recently updated
recently updated
newest added

Hello, is there a way to remove/hide "use pin" on android, I just want to use fingerprint and my custom pin code, not android system pin code thank you

Hello. I found that when FaceID (or any android analogs) is running, the Application.on(Application.resumeEvent, args => {}) is calling. If it is a normal behavior, so how to ask FaceID...

Hi, When I set useCustomAndroidUI to true and change the AndroidManifiest.xml, y get the error: {"code":30,"message":"Secure lock screen hasn't been set up.\n Go to \"Settings -> Security -> Screenlock\" to...

I'm attempting to implement this nativescript-fingerprint-auth package in my NativeScript / Angular app, however I'm having trouble understanding something... The code examples show how to retrieve the user's password after...

Hi @EddyVerbruggen Is this plug supports to unlock the app using face id In Android Devices? In the native script-fingerprint-auth Documentation face id supports in only iPhone 11.

enhancement
help wanted
Android

Samsung s10, Android 9 "nativescript-fingerprint-auth": "^7.0.2", useCustomAndroidUI: true Please check it. ![Screenshot_20200130-100638_apmobilna](https://user-images.githubusercontent.com/28978870/73435713-77cfc480-4349-11ea-88f6-fe3e66976e13.jpg)

Hi, I've successfully integrated the plugin into the App I'm working on but I can't get the Passcode fallback dialog to pop. I'm developing in NativeScript using Vue.js Any directions?...

See issues #64 and #66 Is there a workaround? Even with the latest iOS version the problem is still reproducible. Domain=com.apple.LocalAuthentication Code=-1004 "User interaction is required."

Right now with just `available()` call - there seems to be no way to detect when there's a biometric feature but user has denied access to the app. The `available`...