-
Notifications
You must be signed in to change notification settings - Fork 473
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Did you read the "Reporting a bug" section on Contributing file?
- I have read the "Reporting a bug" section on Contributing file: https://github.com/CommunityToolkit/Maui/blob/main/CONTRIBUTING.md#reporting-a-bug
Current Behavior
When displaying a snackbar in a Maui-10 app targeting SDK 36, the popup displays behind the statusbar.
See below screenshot, the red line is the snackbar message (part not covered by status bar).
Expected Behavior
That the snackbar is visible, taking the safeedges into account. Like it does on more recent APILevels.
Steps To Reproduce
See the screenshot or ...
- Open the solution from the link
- Run it on an emulator with API 29 or lower.
- Click the button and observe closely
Link to public reproduction project repository
https://github.com/DannyGravaAtBL/Maui-Defects
Environment
- .NET MAUI CommunityToolkit: 13.0.0 (most recent)
- OS: Android 29
- .NET MAUI:10, Maui.Controls 10.0.20(!)
- Target API Level 36 (safe edges)Anything else?
See also recent MAUI fix related to SafeEdges and lower API levels: dotnet/maui#32498
ShariatPanah