xamarin/Xamarin.Forms

[iOS 13] SearchBar PlaceholderColor is not honored in iOS 13

Offen

#7.695 geöffnet am 26.09.2019

 (3 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
a/shell :shell:e/3 :clock3:help wantediOS 13p/iOS 🍎t/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description

PlaceholderColor property on SearchBars don't work when running on iOS 13 devices/simulators.

Steps to Reproduce

Include this Xaml in a page:

<SearchBar PlaceholderColor="Green" Placeholder="hint text" />

Expected Behavior

Green placeholder.

Actual Behavior

Gray placeholder.

Basic Information

  • Version with issue: XF 4.2
  • Last known good version: N/A
  • Platform Target Frameworks:
    • iOS: 13.0 / 13.1
    • Android: N/A
    • UWP: N/A

Screenshots

iOS 13: image

iOS 12: image

Contributor Guide