Notice (2018-05-24): bugzilla.xamarin.com is now in read-only mode.
Please join us on Visual Studio Developer Community and in the Xamarin and Mono organizations on GitHub to continue tracking issues. Bugzilla will remain available for reference in read-only mode. We will continue to work on open Bugzilla bugs, copy them to the new locations as needed for follow-up, and add the new items under Related Links.
Our sincere thanks to everyone who has contributed on this bug tracker over the years. Thanks also for your understanding as we make these adjustments and improvements for the future.
Please create a new report on Developer Community or GitHub with your current version information, steps to reproduce, and relevant error messages or log files if you are hitting an issue that looks similar to this resolved bug and you do not yet see a matching new report.
Created attachment 17656 [details] Example Project When using the same color From RGB in ios and Shared Code the Color is different! Did a example Project for this please Verify!
Created attachment 17723 [details] Screen Shot
I tested this in XF 2.3.3.152-pre2 (iOS 10 / iPhone 6). I don't see the problem. Can you re-test with this version?
Seems like with this new release the color is correct. However now the rounded border from frame is not working... See Example prints
Created attachment 17832 [details] How is in stable version
Created attachment 17833 [details] How is in new pre-release
You're right. The latest pre-release does not have a corner radius. I'm not sure if this was intended or a regression bug.
I think this was intended behavior. Corner radius will probably be a platform specific implementation. This PR (https://github.com/xamarin/Xamarin.Forms/pull/301) is where the corner radius stops working.
According to Samantha Houts, it was not intended behavior. So, corner radius might be a regression.
The original report re: the color disparity appears to have been fixed, confirmed by Comment 3. The corner radius bug was reported as Bug 48509 and fixed in 2.3.3-SR1. Thank you!
Hello, The error is back in version 2.3.3.180 !! An example is already attached.
Assigned to you because bug you were last to resolve bug before it was re-opened.
Confirmed that the color disparity is back in Forms 2.3.5.239-pre3
Created attachment 24465 [details] revised sample Consolidated sample comparing Frame, BoxView, and UIView along with existing UINavigationBar appearance. Color of Frame is slightly transparent by comparison.
Is the frame color issue the same as this? https://github.com/GalaxiaGuy/xamarin-forms-frame-color There is a (stalled) PR in progress: https://github.com/xamarin/Xamarin.Forms/pull/1182
Merged: https://github.com/xamarin/Xamarin.Forms/pull/1182