Images in iOS not displaying properly - numerous problems #29142
Unanswered
williambuchanan2
asked this question in
General
Replies: 2 comments
-
I'm having the same issue. I have the following in the csproj file. Try to rebuild and redeploy but it is still not working.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like I needed to change
to
Also, there is an issue loading svg extension. Convert the SVG to PNG to get it to work. I used GIMP to do so. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Am I the only one having issues getting images to display correctly in ios?
Has anyone worked out how to show a list of images?
It seems no matter what combination I try there is a problem.
I am trying to create a social media style view where users can upload images. Each post can have one or more image with a bit of information in a header and footer on each post. I end up with the images showing as slits, or massive gaps between each image, or the images falling off the bottom of the container.
I have raised several bugs in relation to this (in 2023) - one of which has been closed but still doesn't work.
#14606
#14118
#19175
I have tried grid, collectionview, stacklayout, verticalstacklayout, listview - each one seems to have different issues.
Any advice appreciated.
Beta Was this translation helpful? Give feedback.
All reactions