xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.62k stars 1.87k forks source link

[Bug] Unable to set a white background to xamarin searchbar in iOS #12290

Open ashwinmajella opened 4 years ago

ashwinmajella commented 4 years ago

Description

When the background of the Xamarin search bar is set to white it doesn't get applied in iOS.

Steps to Reproduce

Set the background color of the search bar to white using the below code.

Expected Behavior

The background color should change to white

Actual Behavior

It stays gray

Basic Information

  • Version with issue: All
  • Last known good version: N/A
  • IDE: Visual studio for Mac 2019
  • Platform Target Frameworks:
  • iOS: 13.2

Screenshots

image

Reproduction Link

Workaround

hartez commented 4 years ago

_12290 Repro.zip

Confirmed - the behavior changes between iOS 11 and 13.