-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shell navigation back is not working after update 2 NuGet packages 'Microsoft.Maui.Controls' and 'Microsoft.Maui.Controls.Compatibility' #24555
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
I just want to check what versions are working and what are not. In the issue you have a few versions mentioned:
Which version is having the issue? |
Are you able to attach a repro where this is no longer working? This appears to be a case of a navigation from |
@bhuwancb99 Could you provide us with a sample project so we can investigate it further? Looking forward to your reply! |
@jaosnz-rep - I have created a sample app, and it's working there, but it's not working in my mobile application. If you'd like, I can share my test APK along with the credentials. |
Hi @mattleibow / @jaosnz-rep I have now reproduced the issue, and it occurs when adding different <Shell.TitleView> elements inside a NavigationPage based on the pages (TitleView content change based on your requirement). The back arrow stops working with the mentioned NuGet packages. Please find the attached project for your reference. |
any update on this ? |
Thanks for your sharing. |
Were there any errors or messages in the logcat or output windows when navigating or when clicking back? But thanks for the info and reports, we will have a look. |
Tested on the latest release (8.0.90), and now it's working as expected. Thanks for fixing this issue! |
Description
After updating these two packages to the latest versions, Shell navigation's back functionality stopped working. When clicking the back arrow button, nothing happens, and it gets stuck. It works fine with version 8.0.72, but after updating to the newer version, it's no longer functional.
Steps to Reproduce
add button inside page
when click on this button
Link to public reproduction project repository
No response
Version with bug
9.0.0-preview.7.24407.4
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.82 SR8.2
Affected platforms
Android
Affected platform versions
Android 14
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: