xamarin/Xamarin.Forms

iOS - Frame.CornerRadius faulty

Open

#5,199 opened on Feb 11, 2019

 (9 comments) (1 reaction) (0 assignees)C# (1,926 forks)batch import
e/2 :clock2:help wantedi/lowin-progressinactivep/iOS 🍎t/bug :bug:up-for-grabs

Repository metrics

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

Description

Description

The corner radius is faulty on iOS

Steps to Reproduce

Code-Snipped: <Frame CornerRadius="80" Grid.Row="0" Padding="2.5" BackgroundColor="Transparent" HeightRequest="80" WidthRequest="80" HorizontalOptions="Center" BorderColor="{StaticResource LightBackgroundColor}"> <fontAwesome1:FontAwesomeIcon Text="fas fa-store" TextColor="{StaticResource LightTextColor}" HorizontalOptions="Center" VerticalOptions="Center" FontSize="35" /> </Frame>

Expected Behavior

Round Frame

Actual Behavior

Square Frame with edges

Basic Information

  • Version with issue: XF 3.4.0.1009999
  • Last known good version: N/A
  • IDE: Visual Studio Enterprise 2017
  • Platform Target Frameworks:
    • iOS: 12.1
  • Affected Devices: iPhone 7

Screenshots

image

Contributor guide