epicshaggy / capacitor-native-biometric

179 stars 94 forks source link

make title in 2 lines instead of move #75

Open kareemkhalil opened 1 year ago

kareemkhalil commented 1 year ago

i need to separate title to be on 2 lines how can i manage this?

image

brian-weasner commented 1 year ago

What you want is not possible with changes to this plugin.

Workaround: Separate out your long title into both a title and subtitle.

This plugin uses it's AuthActivity to launch the Android Biometric Prompt.

Biometric prompt's design and spacing is handled by the Android team, for more information about it, see here: https://developer.android.com/reference/android/hardware/biometrics/BiometricPrompt