cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
appuser5
Frequent Visitor

Images in gallery not showing in iPad whereas displaying in browser

I am half way through developing a application in Powerapps, today i have tested in iPad seems gallery images are not displaying in iPad and its working fine with browsers.

 

can anyone help, i have crossed half the mile in development.

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Have you tried just using the Attachments property of your SharePoint item list? The images should be pulling down directly as part of your SP data. For example:

I have a Gallery. That Gallery's Items property is set to MySharePointListName. In that gallery, i have another gallery where the Items property is set to ThisItem.Attachments. My second gallery (attachments gallery) has an image box, where the Image property is set to ThisItem.Value. Essentially, I'm using MySharePointListName.Attachments.Value, but since that's a table, I'm displaying it in a second gallery.

This is all driven off of SharePoint natively and doesn't rely on creating links back to the image.

View solution in original post

7 REPLIES 7
Anonymous
Not applicable

What's the source for the images? Are they from SharePoint, internal images in PowerApps, external URLs, etc..

Uploaded the images in SP document library and have created a hyperlink column in list, so we are getting the hyperlink from list and displaying

Anonymous
Not applicable

Have you tried just using the Attachments property of your SharePoint item list? The images should be pulling down directly as part of your SP data. For example:

I have a Gallery. That Gallery's Items property is set to MySharePointListName. In that gallery, i have another gallery where the Items property is set to ThisItem.Attachments. My second gallery (attachments gallery) has an image box, where the Image property is set to ThisItem.Value. Essentially, I'm using MySharePointListName.Attachments.Value, but since that's a table, I'm displaying it in a second gallery.

This is all driven off of SharePoint natively and doesn't rely on creating links back to the image.

let me check and come back, thanks for your guidance.

Thank you it worked for me.

Thanks it work for me.

Helpful resources

Top Solution Authors
Top Kudoed Authors
Users online (3,623)