You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
I did some more investigations on that matter. Even when setting no color at all or using the iOS SystemColors, the colors of the SfSafariViewController bars are different. I am not sure if this is a Xamarin.Forms or a (Xamarin.) iOS Problem at this point.
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 usingBrowser.OpenAsync
and noticed the color does not match.Steps to Reproduce
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
Screenshots
Reproduction Link
https://github.com/galaxiaguy/xf-bugs/tree/bug/platform-color
The text was updated successfully, but these errors were encountered: