Changing a CommandBar changes another CommandBar on iOS #3017
Labels
kind/bug
Something isn't working
project/navigation-lifecycle 🧬
Categorizes an issue or PR as relevant to the navigation and lifecycle (NavigationView, AppBar, ...)
Milestone
Current behavior
Changing the Background property on the CommandBar on Page1 while navigating to Page2 changes the CommandBar on Page2.
Expected behavior
Changing the CommandBar on Page1 doesn't affect the CommandBar of Page2.
How to reproduce it (as minimally and precisely as possible)
Run this sample on an iOS device.
Once the app is launched, tap the button.
The button navigates to Page2 and sets the background of the Page1's CommandBar to transparent. Howerver, we can see that Page2's CommandBar also becomes transparent.
Environment
Nuget Package:
Uno.UI
Package Version(s):
2.1.37
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: