xamarin/Xamarin.Forms

iOS - Frame.CornerRadius faulty

Offen

#5.199 geöffnet am 11.02.2019

 (9 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C# (1.926 Forks)batch import
e/2 :clock2:help wantedi/lowin-progressinactivep/iOS 🍎t/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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