EddyVerbruggen / nativescript-fingerprint-auth

:nail_care: 👱‍♂️ Forget passwords, use a fingerprint scanner or facial recognition!
MIT License
134 stars 33 forks source link

Custom UI for Fingerprint Auth #5

Closed chimon2000 closed 6 years ago

chimon2000 commented 7 years ago

Would like to be able to use this plugin, but with a UI similar fashion to FingerprintDialog.

It'd be great to be able to specify a custom UI, and whether that UI that can show up in a dialog.

kalininskiy commented 7 years ago

+1 I want disable PINCODE in Android fingerprint dialog screen, for only show fingerprint request and cancel button.

teerarak commented 7 years ago

I want Use PINCODE IN MyApplication

EddyVerbruggen commented 6 years ago

Hey folks,

Thanks for this request! I wasn't even aware Android allowed customizing the default screen this plugin currently uses.

I'm working on adding a custom UI that's more user friendly, based on the repo @chimon2000 linked to. It's shaping up nicely and will be added to this plugin soon:

screenshot_20180126-202900

EddyVerbruggen commented 6 years ago

With plugin version 6.0.0 you can now pass in useCustomAndroidUI: true to trigger the UI the OP posted. See https://github.com/EddyVerbruggen/nativescript-fingerprint-auth#verifyfingerprint for details.