I'm creating a cavas app with 4 screens.
The first screen is a vertical gallery displaying all the information from my datasourse (microsoft List), when the user selects one of the items, there will be a second screen with the detailed information.
The third screen is an editable form where you can add information
The fourth screen is a blank page where I added a camera control and a gallery to display the images the user takes. The pictures taken are stored in a collection.
Everything is working fine and the pictures are being uploaded as attachments in my Sharepoint List. However, I want to display these pictures in the second screen along with the detailed information the user chooses to see.
It's working fine when I preview the app on my computer, the horizontal gallery displays all the pictures. I uploaded the up and when I open it in my phone, the gallery is empty (invisible).
Does anyone know what this could be?