Appcelerator show Photo Gallery and select imagens

235 Views Asked by At

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.

enter image description hereenter image description here

1

There are 1 best solutions below

2
miga On BEST ANSWER

For iOS you can use the module tigmimagepicker from https://github.com/minhnc/tigmimagepicker and for Android have a look at titanium-android-imagepicker https://github.com/prashantsaini1/titanium-android-imagepicker

Both support selecting multiple images from the gallery.