MrEngineer13 / SnackBar

toast-like alert pattern for Android inspired by the Google Material Design Spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnackBar behind Keyboard

Kadrei opened this issue · comments

Snackbar is hidden underneath the Keyboard when Keyboard is open.

Hey Kadrei if the snackbar was above the keyboard I think it would block some of the content. I'm working on a messagebar that would be on the top of the screen. What do you think should happen to the snackbar when the keyboard is open?

When we look at the classic toast, it appears on the keyboard, but the snackbar blocks too much of the keyboard in my opinion. I would show it above the keyboard but in my current project i just hide the keyboard (because the keyboard isnt needed at that point anymore).

I'm going to close this because if the SnackBar is covering the keyboard the user can just swipe to dismiss it.