cordova-plugin-mediaPicker
cordova-plugin-mediaPicker copied to clipboard
cordova android ios mediaPicker support selection of multiple image and video gif ✨ cordova android 和 ios 图片视频选择cordova插件,支持多图 视频 gif,ui类似微信
https://github.com/DmcSDK/cordova-plugin-mediaPicker/blob/6500df8d7e694a9190f6573bff194db2c8688a25/src/ios/DMCMediaPicker/DmcPickerViewController.m#L461 Why is options.synchronous = true? according to all the articles I've read, it should never be true.
https://user-images.githubusercontent.com/51909525/162398716-99d93c12-dc5f-4ec6-bfd0-71ecf354ddd2.png
When I use the media picker in ios, the image gets rotated. How can I preserve the original orientation? Thanks.
I tested using an LG Phoenix 2, an image taken in portrait, given to me in landscape. I'm sure the picture was actually landscape, and used exif to rotate, but...
My team want to change button color.. now color '#44BF1A'
Android 10 not show thumb and not selection after done. 

I have other plugins that require to have NSPhotoLibraryUsageDescription key in plist file so I have already added the below in my config.xml to set this key before using this...
You can use on ionic 3 ionic cordova plugin add https://github.com/DmcSDK/cordova-plugin-mediaPicker.git --variable IOS_PHOTO_LIBRARY_USAGE_DESCRIPTION="your usage message" ``` let args = { "selectMode": 100, //101=picker image and video , 100=image , 102=video...
If you make changes to your file list from the selected images only, the new files are not shown in the media picker until you close and re-open it. It...