xamarin/Xamarin.Forms

[Material,Frame] Clipping kills the shadow

Open

#6,494 opened on Jun 11, 2019

 (3 comments) (0 reactions) (0 assignees)C# (1,926 forks)batch import
a/visuale/4 :clock4:help wantedp/iOS 🍎t/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Description

The iOS material frames did not clip contents, thus the corners were sharp. Setting IsClippedToBounds="true" "seemed" to work, but I lost the shadows. This is just on iOS, Android is fine. [mattleibow]

From the Visual Challenge.

https://github.com/davidortinau/VisualChallenge/pull/9

Contributor guide