Xamarin.forms: [Bug] navigationBarcolor and tabscolor in IOS is giving a lighter color when compared to original color & with android devices

Created on 28 Jan 2020  路  4Comments  路  Source: xamarin/Xamarin.Forms

Description

1.Navigationbar color & also the tabs background color is very light , when compared to the original color(#132241). It is fine in android . When i deploy in IOS, the color is very light and not matching the original.

  1. Also, there is a slight colour difference between the top tab bar background color and navigationbar color

Steps to Reproduce

  1. Download xaminals sample project from
    https://docs.microsoft.com/en-gb/samples/xamarin/xamarin-forms-samples/userinterface-xaminals/

  2. Replace "Shell.BackgroundColor" with "#132241" in "DomesticShell" style (AppShell.Xaml) as shown below.