mjwheatley / cordova-plugin-android-fingerprint-auth

A cordova plugin for fingerprint authentication using the hardware fingerprint scanner on devices running Android 6+
Apache License 2.0
168 stars 131 forks source link

How to change texts in Fingerprint dialog #18

Closed malwatte closed 8 years ago

malwatte commented 8 years ago

How to change texts in Fingerprint dialog (e.g. "Confirm fingerprint to continue")? Can we set custom text when authenticating using FingerprintAuth.show() ? Thank you.

mjwheatley commented 8 years ago

I would have to create a parameter for each text field. Please send me a list of all the text fields that you would like to be able to customize.

These would override the language parameter so you would have to translate and set the parameters if you want to display a different language that is not supported.

mjwheatley commented 8 years ago

published v0.2.0 to add parameters to set the text for the title, message, and hint.

malwatte commented 8 years ago

@mjwheatley , Greatly appreciate your quick response. Thank you.