Take Picture and Image Viewer for Mobile Native

2
Hi, I am using the take picture widget to upload images as attachments and view them on-page. After taking the first image I am able to view that. However on clicking/uploading the second image. I am unable to see the second and subsequent images in the image viewer. I want to view all the images attached. How to achieve this in Mendix native?
asked
2 answers
4

I hope you have set the associations properly. If you want multiple images to be uploaded, you must also set the association as 1-* 

answered
1

When you take a picture, you will need to store that in an object inheriting from system.image. Then you can add the imageviewer widget to a listview containing those images, which will show you all the pictures you took.

answered