Hey was wondering how do you handle scrolling when...
# compose
y
Hey was wondering how do you handle scrolling when typing into a text field using the keyboard?
a
Do you have a specific scenario in mind? There are many ways that textfields could interact with scrolling and the solution might be different
y
In my scenario its for a login screen
a
Is it that you need the username to scroll into view when you first focus it? Or that you need it to scroll when it gets covered by the soft onscreen keyboard? For example
y
I need to scroll when it gets covered by the soft onscreen keyboard 🙂
a
Got it. This is something we plan for Compose to do automatically before 1.0 launch but maybe @Ralston Da Silva knows a way you can do it by adding more app code in the meantime