-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UWP CornerRadius not working on Xamarin.Forms 4.8 #150
Comments
Having the same issue. Will this be updated soon? |
Xamarin.Forms 4.8.0.1687 currently has this same. |
Well, it seems that the gradient obeys the border, so you can just do a gradient with start and endpoint the same:
|
this is still happening on Xamarin.Forms 5.0.0.1874 |
Is this fixed in Xamarin.Forms.PancakeView v2.3.0.763-beta? |
No, I tried v2.3.0.763-beta and based on my tests this is not fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current UWP sample in the master branch (using UAP -> 18362) results in colored backgrounds not getting clipped to border radius. See attached as an example.
This works fine on Xamarin.Forms 4.7.
The text was updated successfully, but these errors were encountered: