eu-digital-identity-wallet / eudi-app-android-wallet-ui

EUDI Wallet Prototype
European Union Public License 1.2
45 stars 12 forks source link

Pin keyboard closes when using hardware keyboard #140

Open roffel opened 2 weeks ago

roffel commented 2 weeks ago

The keyboard closes when entering the PIN in the emulator with a hardware keyboard. Impacting user experience and accessibility.

See video.

https://github.com/eu-digital-identity-wallet/eudi-app-android-wallet-ui/assets/9349165/2868259a-59b4-4520-bf4c-35ff342adbaa

Expected behaviour:

Automatically focus on the next input when entering a digit.

stzouvaras commented 2 weeks ago

Hi @roffel,

The hardware keyboard mostly affects emulators because they run on computers with existing keyboards. There may also be some cases involving real devices, particularly those with Bluetooth keyboards, but these are rare.

We will investigate and get back to you as soon as possible.