maui icon indicating copy to clipboard operation
maui copied to clipboard

ListView GroupHeader background color not rendering correctly on iOS

Open hbraasch opened this issue 2 years ago • 4 comments

Description

A simple supplied reproduction demonstrates the issue. On iOS, a listview with headers always displays the header with a white background colour. In the reproduction the page background color is set to black, the listview background color (as well as the component (a label) added to the views) is set to be transparent. BUT, the header background always remains white. This is how the reproduction displays on Android (correct): image

This is how it renders on iOS: image

Steps to Reproduce

  1. Open the reproduction from github [https://github.com/hbraasch/ListViewColorTester.git] in Visual Studio
  2. Run the app for Android and iOS
  3. Observe the differences

Version with bug

Release Candidate 1 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS 15.4 (only one tested)

Did you find any workaround?

No

Relevant log output

No response

hbraasch avatar Apr 26 '22 22:04 hbraasch

verified repro on IOS 15.4.

kristinx0211 avatar Apr 27 '22 01:04 kristinx0211

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

ghost avatar Aug 30 '22 14:08 ghost

Verified this on Visual Studio Enterprise 17.6.0 Preview 4.0. Repro on iOS 16.4 emulator with below Project: 6515.zip

image

XamlTest avatar Apr 24 '23 06:04 XamlTest

This is still an issue as of .NET MAUI 8.0.6. Will this ever be addressed?

hunsra avatar Jan 18 '24 18:01 hunsra