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 doesn't show up when some keyboard activity is there above it !! #96

Open
Sharad001 opened this issue Mar 15, 2015 · 2 comments

Comments

@Sharad001
Copy link

Sir ,
In my application there is one scenario where i am using keyboard and if i press the button in my application which is for some purpose then if the conditions are not satisfied a snackbar is popped up but it is behind the keyboard so please help me out how to show it above the keyboard !!

@wmora
Copy link
Contributor

wmora commented Mar 16, 2015

Duplicate of #10.

The way the Snackbar is implemented is to always position itself at the bottom of the view. The keyboard is on top of the view so the Snackbar is expected to show itself behind the keyboard.

You could set your layout's windowSoftInputMode as "adjustResize" and it will appear above the keyboard.

@wmora wmora changed the title Snackbar doesn't shows up when some keyboard activity is there above it !! Snackbar doesn't show up when some keyboard activity is there above it !! Mar 31, 2016
@Karlheinzniebuhr
Copy link

Same issue, I have windowSoftInputMode set to adjustResize but the snackbar is hiding behind the keyboard nonetheless

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

3 participants