Closed DaoChiMinh closed 1 week ago
MainPage PushModalAsync to NewPage1,
at screen NewPage1 Set
<ContentPage.Behaviors> <toolkit:StatusBarBehavior StatusBarColor="Fuchsia" StatusBarStyle="LightContent" /> </ContentPage.Behaviors>
but it shows Fuchsia color on mainpage
https://github.com/user-attachments/assets/fbd3ff51-9907-423a-a9ba-25a6b799d93a
StatusBarBehavior displays the screen correctly
https://github.com/CyberSoft-manager/MauiAppStatusBarBehavior
- .NET MAUI CommunityToolkit:9.1.1 - OS: Windows 11 22631.4317 - .NET MAUI: 9.0.0 android 34.0.138/8.0.100 SDK 8.0.400, VS 17.11.35327.3 ios 18.0.8303/8.0.100 SDK 8.0.400, VS 17.11.35327.3
No response
We do not yet support .NET 9.
Please test this again with CommunityToolkit.Maui v10.0.0 once it is available and reopen if the issue persists.
CommunityToolkit.Maui v10.0.0
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
MainPage PushModalAsync to NewPage1,
at screen NewPage1 Set
but it shows Fuchsia color on mainpage
https://github.com/user-attachments/assets/fbd3ff51-9907-423a-a9ba-25a6b799d93a
Expected Behavior
StatusBarBehavior displays the screen correctly
Steps To Reproduce
Link to public reproduction project repository
https://github.com/CyberSoft-manager/MauiAppStatusBarBehavior
Environment
Anything else?
No response