hi
i have share point list which contains SVG images, i also loaded the exact images into power app.
when i'm loading the images to a gallery, it works fine only on browser (chrome), but not on Mobile (Android).
the following 2 options doesn't work for me:
1. Use the SP pic column in the Gallery. by setting the image to be: ThisItem.pic . works only on browser.
2. try fetching the image from power apps media with appres://resources/ & ThisItem.picName . Again, works only on browser.
any other workaround to load SVG files on mobile?!
Thanks and happy new year.
Hi @Anonymous ,
Could you please share a bit more about the "pic" column in your SP List? Is it a Picture type column?
Actually, it is an known issue with Picture type column in your SP List/SP Library. The user @roncam has faced similar issue with you, please check the response within the following thread:
Pictures that need authentication on SharePoint are not supported yet.
As an alternative solution, you could consider store these SVG images in a SP Library, and then add a "Hyperlink" column (Format url as Hyperlink) within your SP List. Then copy URL link of the image files in your SP library, find corresponding record within your SP list and put the copied URL link within the Hyperlink column. Within your app, please consider set the Image property of the Image control to following:
ThisItem.HyperlinkColumn
then check if the issue is solved.
In addition, please also check and see if the following alternative solutions would help in your scenario:
Best regards,