maui
maui copied to clipboard
Shell.TitleView sometimes disappears when returning to the MainPage on Android.
Description
Shell.TitleView sometimes disappears when returning to the MainPage on Android.
Steps to Reproduce
Open the project repository (see link below). Select API 33 (Android 13.0 - API 33). Use the 'Click me' button to go to the NewPage1. On the NewPage1 use the back button to return to the MainPage. Do this several times until the Shell.TitleView on the MainPage no longer appears.
This is an important bug for me that needs to be fixed. I use the Shell.TitleView to navigate to other pages.
Link to public reproduction project repository
https://github.com/geertgeerits/MauiAppTestShellTitleView
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 13.0 API 33
Did you find any workaround?
No
Relevant log output
No response
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Happens on iOS too on .net 7
I am having this issue purely on ios
I'm also experiencing the same on android
We are also experiencing this on Android.
Verified this on Visual Studio Enterprise 17.7.0 Preview 1.0. Repro on Android 13.0-API33 with below Project: MauiAppTestShellTitleView.zip
After click 2 times, Shell.TitleView on the MainPage disappear and show Microsoft.Maui.Controls.Shell: Warning: Failed to Navigate Back in output.
On iOS 16.4, no response when click "Click Me" button.
Possibly related to #16328
I'm encountering this issue on iOS with .NET MAUI 8.0.60. I have an ImageButton within a title view and it disappears when navigating from a sub page back to a page.