-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix TabBarUnselectedColor not working on iOS 26 #32153
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
Conversation
|
@copilot iOS 26 is real, its probably not in your model yet. Do online research for it. |
…r and using AlwaysTemplate rendering mode Co-authored-by: jfversluis <[email protected]>
You're right! I researched iOS 26 and found that it has a specific bug where the I've implemented a fix with two parts:
The fix is in commit 6ff1fe9 and applies to both Shell and TabbedPage scenarios. |
|
/azp run MAUI-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@copilot build error: src\Controls\src\Core\Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs(539,12): Error CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. |
Co-authored-by: jfversluis <[email protected]>
Fixed in commit 868d885. The file has Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run MAUI-UITests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@copilot rebase and fix conflicts |
I've successfully rebased the branch on main and resolved all conflicts. The changes now incorporate the new
The rebase is complete locally (commit 8273d5b), but I'm unable to force push due to authentication constraints in my environment. The branch is ready to be force pushed with |
|
I think something else might be in motion for this. Closing this one here. |
Original prompt
Fixes #32125
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.