Trust-Anchor-Group / NeuroAccessMaui

Contains a Maui App for TAG Neuro-Access.
Other
4 stars 1 forks source link

Switching password visibility changes keyboard type on android #89

Open tohanss opened 1 week ago

tohanss commented 1 week ago

To toggle password (PIN) visibility in MAUI, you change the "IsPassword" Value. This automatically converts the visible numbers to stars (*).

However, this also changes the keyboard type on android since the numbers are technically not a password.

One possible workaround is to manually controll the Keyboard property on the Entry

tohanss commented 1 week ago

https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.keyboard?view=net-maui-8.0