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
First, thank you for the library! However, I’ve encountered an issue with the alignment of the toast notification when the keyboard is open. The toast gets partially hidden behind the keyboard, even though it is aligned at .bottom.
@vadimue I attempted to rebuild and reproduce your issue using various approaches and devices but couldn’t replicate the problem where the toast stays outside the viewport.
From your screenshot, it seems the keyboard is overlaying the view where the toast is attached.
First, thank you for the library! However, I’ve encountered an issue with the alignment of the toast notification when the keyboard is open. The toast gets partially hidden behind the keyboard, even though it is aligned at
.bottom
.Code Snippet:
Steps to Reproduce:
.bottom
.Expected Behavior:
The toast should remain visible and adjust its position to stay above the keyboard.
Actual Behavior:
The toast is partially hidden behind the keyboard when it appears.
Environment:
The text was updated successfully, but these errors were encountered: