-
Notifications
You must be signed in to change notification settings - Fork 1.9k
BackButtonBehavior not bound #33139
Copy link
Copy link
Closed
Labels
area-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyouts/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-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyouts/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.
Description
I have a ContentPage, in which I define BackButtonBehavior as follows:
Since .NET9, the icon override stopped working and that's a known bug #32050.
I switched to .NET10 and also the command stopped working.
Shell.SetBackButtonBehavior(this, new BackButtonBehavior
{
Command = viewModel.BackCommand
});
Relevant log output