-
Notifications
You must be signed in to change notification settings - Fork 1.9k
iOS/macOS Images not cropped inside of a Frame #6580
Copy link
Copy link
Closed
Labels
area-controls-frameFrameFramearea-controls-imageImage controlImage controlfixed-in-8.0.0-preview.1.7762Look for this fix in 8.0.0-preview.1.7762!Look for this fix in 8.0.0-preview.1.7762!platform/iosplatform/macosmacOS / Mac CatalystmacOS / Mac Catalysts/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
Take https://github.com/dotnet-presentations/dotnet-maui-workshop/tree/main/Finish and run on iOS or mac catalyst
<Frame
Grid.RowSpan="2"
Grid.Column="1"
Margin="0,80,0,0"
HeightRequest="160"
WidthRequest="160"
HorizontalOptions="Center"
Padding="0"
CornerRadius="80">
<Image
Aspect="AspectFill"
HeightRequest="160"
HorizontalOptions="Center"
VerticalOptions="Center"
Source="{Binding Monkey.Image}"
WidthRequest="160"/>
</Frame>
This should crop like it does on Android/Windows.
Steps to Reproduce
See above^
Version with bug
Release Candidate 2 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
All
Did you find any workaround?
Have to set
IsClippedToBounds="True"
This should be consistent though between all platforms
Relevant log output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-controls-frameFrameFramearea-controls-imageImage controlImage controlfixed-in-8.0.0-preview.1.7762Look for this fix in 8.0.0-preview.1.7762!Look for this fix in 8.0.0-preview.1.7762!platform/iosplatform/macosmacOS / Mac CatalystmacOS / Mac Catalysts/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
