This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.
[Bug] [iOS] Color conversion not quite right on iOS - apparent on Browser.OpenAsync #1742
Open
Description
Description
Some part of the conversion through Xamarin.Forms.Color
=> System.Drawing.Color
=> UIColor
is not quite right.
I noticed this when trying to set PreferredToolbarColor
when using Browser.OpenAsync
and noticed the color does not match.
Steps to Reproduce
- Use
Browser.OpenAsync
with aPreferredToolbarColor
that matches one of app colors.
Expected Behavior
The colors look the same.
Actual Behavior
The colors look different.
Basic Information
- Version with issue: 1.6.1
Screenshots
Reproduction Link
https://github.com/galaxiaguy/xf-bugs/tree/bug/platform-color