You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !!
The text was updated successfully, but these errors were encountered:
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
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
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 !!
The text was updated successfully, but these errors were encountered: