It seems the latest version of iOS (13) ignores the searchbar background color?
iOS 13 Changes to UISearchBar tint's, can't achieve the same outcome
I'm using this and it works on all versions below, but on 13 it ignores the background color and makes it white
<SearchBar HeightRequest="35" BackgroundColor="#2A4880" TextColor="White"></SearchBar>
Is this a known issue? Is there a work around?