-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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 bottom is showing under keyboard on ios #34544
Comments
Can you please share a CodeSandbox that I can reproduce? |
Hi, If you test it in Ios you will see the problem which snackbar will not be displayed when keyboard is showing and you can compare with android to figure out the correct functionality. |
Thanks! I think the position |
I mark this as "external dependency" because the browser/OS should handle this properly. Feedback welcome! |
Thanks for your guidance but I think it's better for your awesome project to be responsive in all browsers like safari or etc. |
Duplicates
Latest version
hello there,
I'm using the latest version of material-ui for a pwa app in react.js and when I use snackbar in bottom and keyboard on ios, the snackbar does'nt show because it's under the keyboard.
this behavior is correct on android but on ios it is'nt.
so please help me
The text was updated successfully, but these errors were encountered: