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

Snackbar out of screen when keyboard is showing with android:windowSoftInputMode="adjustPan" #68

Open
tommag21 opened this issue Jun 29, 2020 · 0 comments

Comments

@tommag21
Copy link

tommag21 commented Jun 29, 2020

In my Android app I am using android:windowSoftInputMode="adjustPan" in the manifest. When I show a snackbar before or after opening the keyboard, the container is pushed off the screen.

2

When I close the keyboard, it returns in place.

1

I can't change the soft input mode to adjustResize or else, is there any way to pin the snackbar to the screen instead of the root view?

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

1 participant