Am I the only one having issues with iOS images? #21416
Unanswered
williambuchanan2
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There have been quite a few issues raised with iOS images - basically they have a mind of their own and will display in random sizes and locations unless you specify a height and width, and a height of their container. I see a lot of these marked as closed (including a couple that I raised), but the problems are still there. I would have thought that whoever marked them as closed would have fixed all the problems but that doesn't seem to be the case.
Here is one that I have been waiting to get fixed:
#19175
If you want to display a list of images in a page using a collection view, or a stack layout for example, in iOS you need to specify the dimensions of the images and of the container. If you don't you are going to get all kinds of whacky effects.
In Android you don't need to do this - they just size themselves as you would expect.
Am I the only one seeing this? I would have thought this would be a fairly critical thing to fix but it seems there is little interest in looking at it.
Beta Was this translation helpful? Give feedback.
All reactions