wymsee / cordova-imagePicker

Cordova Plugin For Multiple Image Selection
MIT License
407 stars 853 forks source link

[WIP] Replace image picker from ELCImagePicker to TZImagePickerController in iOS #281

Open ewfian opened 3 years ago

ewfian commented 3 years ago

The iOS 14 will be release this fall. we are tested this plugins and found that the thumbnails with not display correctly on iOS 14 beta 3. this issue mainly because there are many deprecated API used by The ELCImagePickerController. and its no longer maintained.

We noticted that the TZImagePickerController fixed this issue by following commits. https://github.com/banchichen/TZImagePickerController/commit/805b8d8cddd921d8fd6eead4b96db185787794d5 https://github.com/banchichen/TZImagePickerController/commit/f934d979dced898d7f18e0f3242ead61ef58cb87

So this pull request ported TZImagePickerController to this plugin