Skip to content
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

Open
craigwi opened this issue Nov 8, 2020 · 6 comments
Open

UWP CornerRadius not working on Xamarin.Forms 4.8 #150

craigwi opened this issue Nov 8, 2020 · 6 comments

Comments

@craigwi
Copy link
Contributor

craigwi commented Nov 8, 2020

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.

image

This works fine on Xamarin.Forms 4.7.

@gceaser
Copy link

gceaser commented Nov 17, 2020

Having the same issue. Will this be updated soon?

@Tumeski
Copy link

Tumeski commented Nov 19, 2020

Xamarin.Forms 4.8.0.1687 currently has this same.

@BillyMartin1964
Copy link

Well, it seems that the gradient obeys the border, so you can just do a gradient with start and endpoint the same:

     <pancakeView:PancakeView.BackgroundGradientStops StartPoint="0,0" EndPoint="0,0">
                <pancakeView:GradientStop Offset="0.1" Color="{StaticResource ScoreBoardBackgroundColor}" />
            </pancakeView:PancakeView.BackgroundGradientStops>

@nor0x
Copy link

nor0x commented Jan 17, 2021

this is still happening on Xamarin.Forms 5.0.0.1874

@Orgbrat
Copy link

Orgbrat commented Feb 25, 2021

Is this fixed in Xamarin.Forms.PancakeView v2.3.0.763-beta?

@craigwi
Copy link
Contributor Author

craigwi commented Feb 25, 2021

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants