xamarin/Xamarin.Forms

iOS - Frame.CornerRadius faulty

开放

#5,199 创建于 2019年2月11日

 (9 条评论) (1 个反应) (0 位负责人)C# (1,926 个派生)batch import
e/2 :clock2:help wantedi/lowin-progressinactivep/iOS 🍎t/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南