SignInScreen blocked by keyboard #8050
fredecodes
started this conversation in
Feature Feedback
Replies: 1 comment
-
This can be solved by placing the SignInScreen inside a Scaffold... https://api.flutter.dev/flutter/material/Scaffold-class.html
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There seems to be a really big problem with SigninScreen that I've not seen mentioned elsewhere, which surprises me as I see it as a huge usability issue. When rendered on a regular or small sized mobile screen, the "Password" text field is completely hidden by the keyboard (on both Android and iOS). You can still type to enter text, but you are typing in the blind because you can't see the cursor. This is very frustrating for users, especially when it's their very first impression of your app. When the keyboard is up, the screen should scroll to fit within the upper bounds that are visible. Am I missing something, is there a way around this to let the user see the text field that is hidden by the keyboard?
Beta Was this translation helpful? Give feedback.
All reactions