3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#1,926 forks (1,926 forks)batch import
a/visuale/4 :clock4:help wantedp/iOS 🍎t/bug :bug:up-for-grabs
Repository metrics
- Stars
- 5,644 stars (5,644 stars)
- PR merge metrics
- No merged PRs in 30d (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
- Research direction
- Investigate how to clip content while preserving shadows on iOS material frames. Look into Xamarin.Forms renderer customizations for iOS to handle clipping without losing shadow effects.
- Tech stack
- csharp
- Domain
- mobile
- Issue type
- Bug
- Prerequisites
- C#Xamarin.FormsiOS development