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

Keyboard Focus #16

Open
KamilK2003 opened this issue Nov 9, 2023 · 2 comments
Open

Keyboard Focus #16

KamilK2003 opened this issue Nov 9, 2023 · 2 comments

Comments

@KamilK2003
Copy link

Hi, I'm dealing with an issue where, when I switch focus from one tile to another, my view jumps. This is probably related to the fact that the keyboard raises the content higher.

@ilyasipek
Copy link
Collaborator

Hi @KamilK2003
Probably it's related to your activity's soft keyboard mode https://stackoverflow.com/a/6765848

Maybe you should android:windowSoftInputMode="adjustPan"

If that doesn't work please share with us a video and the code to be able to help u

@KamilK2003
Copy link
Author

KamilK2003 commented Nov 12, 2023

I suspect that the issue is related to the fact that when transitioning from one tile to another, the focus goes wrong, and the content doesn't keep up with the fact that it should be constantly raised above the keyboard. If I'm mistaken and it's an error in my code, please let me know what I could fix. Regards, Kamil.

otp_screen.mp4

Zrzut ekranu 2023-11-12 o 18 10 03

@ilyasipek

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