ratkop / -cordova-imagePickerEx

Modification version of cordova-imagePicker that returns double array with original images and thumbnails
12 stars 15 forks source link

what's the new update with the new version 1.0.24 ? #4

Open bau720123 opened 9 years ago

bau720123 commented 9 years ago

hi @ratkop what's the new update with the new version 1.0.24 ? https://build.phonegap.com/plugins/2590

applifygit commented 9 years ago

Hi, The new update is the following

  1. added additional parameter "selectedImages" for invoking the plugin. Here you can specify the images that you want to be selected. It accepts a string of array such as "DSC_001.jpg,DSC_002.jpg,DSC_003.jpg". When this parameter is set then when the plugin shows the images those pictures will be selected.
  2. iOS - Added label for displaying information how many images were selected.

Regards, ratkop