Telerik-Verified-Plugins / ImagePicker

Cordova Plugin For Multiple Image Selection
MIT License
182 stars 331 forks source link

iOS:Picked pictures don't change between invocations #198

Open gpowork opened 4 years ago

gpowork commented 4 years ago

Step to reproduce:

  1. Open Image Picker dialog select picture 1
  2. Press Done, it shows selected picture
  3. Open Image Picker dialog select picture 2
  4. Press Done, it should show selected picture 1 (on step 1)

Additional information: Pictures resolved by Ionic.WebView.convertFileSrc(imgData); Image picker opened with next option: { quality: 75, }