prashantsaini1 / titanium-imagepicker

Android & iOS multi image-picker & gallery viewer
Apache License 2.0
28 stars 5 forks source link

Android: Sorting selected images by selection order #19

Open jonasfunk opened 4 years ago

jonasfunk commented 4 years ago

Images returned by imagepicker is returned by creation date. Is it possible to sort by selection order?

prashantsaini1 commented 4 years ago

I believe it's already returning in selection-order. Are you sure they are not?

jonasfunk commented 4 years ago

No, unfortunately they return in the order of placement in gallery. I have fixed this locally. Will submit PR :)

Sendt fra min iPhone

Den 6. nov. 2019 kl. 19.10 skrev Prashant Saini notifications@github.com:

 I believe it's already returning in selection-order. Are you sure they are not?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

emeisinga commented 4 years ago

I am also experiencing this problem, could this be fixed? It will solve my problem.

emeisinga commented 4 years ago

@jonasfunk did you submitted the fix?