Xamarin.Forms.PancakeView icon indicating copy to clipboard operation
Xamarin.Forms.PancakeView copied to clipboard

UWP CornerRadius not working on Xamarin.Forms 4.8

Open craigwi opened this issue 5 years ago • 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.

craigwi avatar Nov 08 '20 16:11 craigwi

Having the same issue. Will this be updated soon?

gceaser avatar Nov 17 '20 16:11 gceaser

Xamarin.Forms 4.8.0.1687 currently has this same.

Tumeski avatar Nov 19 '20 23:11 Tumeski

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>

BillyMartin1964 avatar Nov 20 '20 22:11 BillyMartin1964

this is still happening on Xamarin.Forms 5.0.0.1874

nor0x avatar Jan 17 '21 18:01 nor0x

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

Orgbrat avatar Feb 25 '21 19:02 Orgbrat

No, I tried v2.3.0.763-beta and based on my tests this is not fixed.

craigwi avatar Feb 25 '21 19:02 craigwi