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] ListView Selected Item isn't colored in gray as it was on iPad mini #9233

Open ppetrov opened 4 years ago

ppetrov commented 4 years ago

Description

ListView Selected Item isn't colored in gray as it was on iPad mini

Steps to Reproduce

  1. Run the repro solution on an iPad with version 13.3

Expected Behavior

Selected item is colored in gray

Actual Behavior

Selected item has two very thin lines, one at the top and one at the end.

Basic Information

Screenshots

Works on iPad mini iOS 12.4.4 IMG_0063

Doesn't work on iPad mini iOS 13.3 IMG_0001

Reproduction Link

ListViewSelectionColorProblem.zip

Workaround

StephaneDelcroix commented 4 years ago

is this specific to iPad mini ?

ppetrov commented 4 years ago

I only have these 2 devices (iPad mini 2 - 12.4.4 and iPad mini 4 - 13.3). I haven't tested on anything else except my Windows 10 (UWP) version 1903, Build 18362. UWP works correctly.

hartez commented 4 years ago

I suspect this is related to #8431