-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Shell content page title position incorrect/clipped #32526
Copy link
Copy link
Closed
Labels
i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionp/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.partner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androidregressed-in-10-rc2s/needs-attentionIssue has more information and needs another lookIssue has more information and needs another looks/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
On older android devices the shell title position is wrong/clipped.
The device showing this reproduceable behaviour is a Samsung Galaxy running Android 9 (API 28, Pie).
Please see the image below - you can see the back button and title is not positioned correctly.

Steps to Reproduce
- Create a new maui app
- Add another content page to navigate to
- Register the route - Routing.RegisterRoute("NewPage1", typeof(NewPage1));
- Call await Shell.Current.GoToAsync($"NewPage1"); from MainPage
- See the title
Link to public reproduction project repository
No response
Version with bug
10.0.10
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.80 SR8
Affected platforms
Android
Affected platform versions
Android 9 (API 28, Pie) is the only physical device I could test this on. Simulator running API 35 did not show this behaviour.
Did you find any workaround?
No response
Relevant log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionp/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.partner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androidregressed-in-10-rc2s/needs-attentionIssue has more information and needs another lookIssue has more information and needs another looks/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done