cordova-plugin-mediaPicker icon indicating copy to clipboard operation
cordova-plugin-mediaPicker copied to clipboard

cordova android ios mediaPicker support selection of multiple image and video gif ✨ cordova android 和 ios 图片视频选择cordova插件,支持多图 视频 gif,ui类似微信

Results 48 cordova-plugin-mediaPicker issues
Sort by recently updated
recently updated
newest added

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...

question

My team want to change button color.. now color '#44BF1A'

Android 10 not show thumb and not selection after done. ![mediaPicker_android10_final](https://user-images.githubusercontent.com/5089350/97624595-163aa480-1a06-11eb-8d6a-aa99fbd14c6e.gif)

![image](https://user-images.githubusercontent.com/44308287/147727584-2a6dc197-d577-4e39-850d-2265366bbe2c.png)

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...