StanfordSpezi / SpeziKt

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

Login & Sign Up Screen Keyboard Management #35

Closed PSchmiedmayer closed 2 weeks ago

PSchmiedmayer commented 4 weeks ago

Description

The login and sign up screens don't exhibit a scrolling behaviour when the keyboard is present, requiring a user to manually dismiss the keyboard to go to the next text field.

Reproduction

Press a text field in any of the onboarding views.

Expected behavior

The content should scroll accordingly to allow a user to press buttons and press an emolument outside of the text field to dismiss the keyboard.

Additional context

No response

Code of Conduct