I'm having issues with image-only buttons on iOS such that the images are distorted. It seems that the width of the button is "correct" but the image only takes up half of the available space and is being shrunk. The scaling can be mitigated with WidthRequest
but then the alignment of the image is incorrect, I cannot align it with the button center with HorizontalOptions
.
Any ideas? Is this expected behaviour?