Home > Enterprise >  Customization of android / ios biometric authentication dialog
Customization of android / ios biometric authentication dialog

Time:10-26

Can I customize (change background color, center text, add new text) default biometric authentication dialog in ios / android? local_auth is used, customization from AndroidAuthMessages is not enough.

enter image description here

CodePudding user response:

Unfortunately, there is no way to customize the default biometric screen on devices because it comes with a default launcher provided by the operation system.

  • Related