jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
240 stars 68 forks source link

Not Working in iOS 5s #29

Closed Dan27F closed 7 years ago

Dan27F commented 7 years ago

Please fill out either the bug or feature request section and remove whatever section you are not using.

Bug

Version Number of Plugin:1.8.1 Device Tested On: Simulator Tested On: Simulator iOS 5s

Expected Behavior

Render Circle Image

Actual Behavior

Not working

Steps to reproduce the Behavior

`

            <RowDefinition Height="1"></RowDefinition>
            <RowDefinition Height="2*"></RowDefinition>
        </Grid.RowDefinitions>
        <controls:CircleImage BackgroundColor="Red" x:Name="imgPerfil" Source="{Binding avatar}" Aspect="AspectFill">
          <controls:CircleImage.WidthRequest>
            <OnPlatform x:TypeArguments="x:Double"
              iOS="70"
              Android="70"
              WinPhone="75"/>
           </controls:CircleImage.WidthRequest>
        <controls:CircleImage.HeightRequest>
            <OnPlatform x:TypeArguments="x:Double"
              iOS="70"
              Android="70"
              WinPhone="75"/>
           </controls:CircleImage.HeightRequest>
        </controls:CircleImage>`

Inside Grid

error_img

Link Img: https://s3-us-west-2.amazonaws.com/senador-virtual/avatars/9fbef5997f4c50df9ea6dfc4a0101a68.jpg

Feature Request:

Please fill in what you would like Working

jamesmontemagno commented 7 years ago

See: https://github.com/jamesmontemagno/ImageCirclePlugin/issues/25