I need to create a way to show in my app the whole photo gallery in the device, then user can select some images, and then create an order with this imagens.
I am trying to use Ti.Media.openPhotoGallery, but in iOS I can only select one image, and I did not have control over the view.
I will attach an similar example.
Can you help me? Thanks.
For iOS you can use the module
tigmimagepickerfrom https://github.com/minhnc/tigmimagepicker and for Android have a look attitanium-android-imagepickerhttps://github.com/prashantsaini1/titanium-android-imagepickerBoth support selecting multiple images from the gallery.