Description
The UI test BackButtonBehavior_IsEnabled_False_BackButtonDoesNotNavigate fails on iOS 26 after this fix PR #28734 with a System.TimeoutException when waiting for MainPageIdentityLabel after tapping the Shell back arrow with
BackButtonBehavior.IsEnabled = true. The same test works on iOS 18.
Steps to Reproduce
- Run this BackButtonBehavior_IsEnabled_False_BackButtonDoesNotNavigate and BackButtonBehavior_IsVisible_False_ProgrammaticNavStillWorks test case in iOS 26.
- Notice test fails.
Link to public reproduction project repository
|
public void BackButtonBehavior_IsEnabled_False_BackButtonDoesNotNavigate() |
Version with bug
10.0.50
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
26
Did you find any workaround?
No response
Relevant log output
Description
The UI test BackButtonBehavior_IsEnabled_False_BackButtonDoesNotNavigate fails on iOS 26 after this fix PR #28734 with a System.TimeoutException when waiting for MainPageIdentityLabel after tapping the Shell back arrow with
BackButtonBehavior.IsEnabled = true. The same test works on iOS 18.
Steps to Reproduce
Link to public reproduction project repository
maui/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/ShellNavigationFeatureTests.cs
Line 884 in 5045621
Version with bug
10.0.50
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
26
Did you find any workaround?
No response
Relevant log output