dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.97k stars 1.71k forks source link

Setting background color on the Searchbar does nothing on iOS #23325

Open JRPMike opened 2 months ago

JRPMike commented 2 months ago

Description

Setting background color on the Searchbar does nothing on iOS. It works fine on Android.

Steps to Reproduce

Run the solution in Android simulator. Note that the top bar is black and the search bar is white. image

Run the solution in iOS. Note that the search bar is dark grey and barely visible. image

Link to public reproduction project repository

https://github.com/JRPMike/Maui_SearchStylingIssue.git

Version with bug

8.0.40 SR5

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS17

Did you find any workaround?

No.

Relevant log output

No response

github-actions[bot] commented 2 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

RoiChen001 commented 2 months ago

I can repro this issue at iOS platform on the latest 17.10 Preview 7(8.0.61). 23325