xamarin/Xamarin.Forms

iOS - Frame.CornerRadius faulty

Aperta

#5199 aperta il 11 feb 2019

 (9 commenti) (1 reazione) (0 assegnatari)C# (1926 fork)batch import
e/2 :clock2:help wantedi/lowin-progressinactivep/iOS 🍎t/bug :bug:up-for-grabs

Metriche repository

Star
 (5644 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor