-
Notifications
You must be signed in to change notification settings - Fork 2k
Title not updated after OnAppearing for TabbedPage in NavigationPage #22899
Copy link
Copy link
Closed
Labels
area-controls-toolbarToolBarToolBarfixed-in-8.0.90fixed-in-9.0.0-rc.1.24453.9migration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Converts/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
Metadata
Metadata
Assignees
Labels
area-controls-toolbarToolBarToolBarfixed-in-8.0.90fixed-in-9.0.0-rc.1.24453.9migration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Converts/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
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
Description
The title of the navigation page is not updated if we set the title after the "OnAppearing" event. We only have the problem with the "TabbedPage", so we don't have it with a classic "ContentPage".
If we set the title inside the "OnAppearing" method, the title is well updated.
The problem exists at least with Android API 33 and 29.
Microsoft.Maui.Controls v8.0.40.
Steps to Reproduce
Expected : Firstly, the title is "On Appearing Title", then the title is updated every two seconds with the date
Actual : The title is "On Appearing Title", and it doesn't change
Link to public reproduction project repository
https://github.com/TWEESTY/MAUI_Issue_TabbedPage_Title
Version with bug
8.0.40 SR5
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
I was not able test on other platforms
Affected platform versions
Android 10, Android 13
Did you find any workaround?
No.
Relevant log output
No response