Hello,
I'm having a really strange issue where images are not loading in my app if its being accessed via a mobile device for both the web version (browser) and via the mobile app. But the strange thing is that they're loading fine when opening the app from a Desktop.
I have a Sharepoint List and one of the columns is called "Outlet_Image" which is a Calculated column with the following formula:
="https://COMPANY.sharepoint.com/teams/XXXXXXXXXXXXXXXXXXXXX-XXX/Shared%20Documents/Outlet%20Photos/"&Title&".jpg"
I've replaced company and the teams site name from the URL, but it places the Title of the record as the name of the image (which is valid).
Within the app i have an Image where I've set the "Image" property as "ThisItem.Outlet_Image"
The sharepoint site allows anyone in the company to access and view the content of the sharepoint site and when i load the app on my work mobile via the browser or the powerapps app the images dont load (yes I'm signed into my work account). Even stranger is if i just enter the URL of the image it didnt load into the mobile browser then it displays just fine.
So why wont the image display/load within the app? Like i say it works completely fine on Desktop, just for some strange reason the images wont load on Mobile.
Any advice would be much appreciated. Thank you in advance.