sthewissen/Xamarin.Forms.PancakeView

UWP CornerRadius not working on Xamarin.Forms 4.8

craigwi opened this issue · 6 comments

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.

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:

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

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.