StanfordSpezi / SpeziKt

Kotlin & Android Version of the Stanford Spezi Framework
http://spezi.health/SpeziKt/
MIT License
7 stars 1 forks source link

Password Keyboard Behaviour #38

Closed PSchmiedmayer closed 2 weeks ago

PSchmiedmayer commented 4 weeks ago

Description

When entering a password in the password text field the submit button on the keyboard toggles the password to plain text instead of submitting the password + username to log in.

Reproduction

  1. Navigate to the login screen
  2. Enter a username and password
  3. Press the submit button on the keyboard.

Expected behavior

The keyboard should be stabled and a loading view should indicate the loading progress that the login is performed. All other buttons should be disabled.

Additional context

No response

Code of Conduct