I am trying to implement material design in our cross platform app. when I use corner radius on button, on android it works fine but on iOS I get below result but when I remove corner radius it renders properly:
the code is as simple as with visual material in the contentpage
Visual="Material"
to get a pre-baked material design aesthetic. docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/… – ottermatic