Could your share some related code to reproduce this issue?
You can try to change another device to make a test, it this issue is still existed.
I test it in Android 9.0, it worked as normal.
@LeonLu said: Could your share some related code to reproduce this issue? You can try to change another device to make a test, it this issue is still existed. I test it in Android 9.0, it worked as normal.
@LeonLu said: Could your share some related code to reproduce this issue?
error is when adding CornerRadius property
You can see my button running GIF. It worked as normal.
My button's code <Button Text="ENVIAR ORDEN" Command="{Binding Button1Command}" BackgroundColor="YellowGreen" CornerRadius="5" ></Button>
<Button Text="ENVIAR ORDEN" Command="{Binding Button1Command}" BackgroundColor="YellowGreen" CornerRadius="5" ></Button>
My Xamarin Forms nuget package version is 4.6.0.726, please update your nuget packages to the latest, if it works as normal.
Answers
Could your share some related code to reproduce this issue?
You can try to change another device to make a test, it this issue is still existed.
I test it in Android 9.0, it worked as normal.
error is when adding CornerRadius property
You can see my button running GIF. It worked as normal.
My button's code
<Button Text="ENVIAR ORDEN" Command="{Binding Button1Command}" BackgroundColor="YellowGreen" CornerRadius="5" ></Button>
My Xamarin Forms nuget package version is 4.6.0.726, please update your nuget packages to the latest, if it works as normal.