Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the note scroll if content is covered by keyboard #16

Open
JetLiTheQT opened this issue Mar 21, 2023 · 3 comments
Open

Make the note scroll if content is covered by keyboard #16

JetLiTheQT opened this issue Mar 21, 2023 · 3 comments
Assignees

Comments

@JetLiTheQT
Copy link
Contributor

Set a fixed height for the text-input box of 300.dp and added vertical scrolling behavior. Leaving it like this for now since I've been stuck for a few hours setting up the cursor tracking to scroll.

@JetLiTheQT JetLiTheQT self-assigned this Mar 21, 2023
@JetLiTheQT
Copy link
Contributor Author

Had to comment out

keyboardOptions = KeyboardOptions(imeAction = ImeAction.Done)

since it removed the option for the user to add a new line with the return button keyboard built-in

@cdgco
Copy link
Contributor

cdgco commented Mar 22, 2023

Is this done now?

@JetLiTheQT
Copy link
Contributor Author

Haven't touched it since updating the fixed height to 300.dp. User can scroll it themselves for the time being

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants