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

Hey, when importing a large video (6 mins video) from library using `getMedias, it doesn't seem to return anything, or maybe IOS is doing compression internally but there is no...

This plugin uses [[PHImageManager defaultManager] requestImageDataForAsset:...] in imageToSandbox method. However this function only works for images that reside on the phones memory or that were recently fetched from iCloud by...

I installed the lastest version from `cordova plugin add https://github.com/DmcSDK/cordova-plugin-mediaPicker.git` and during the `ionic cordova build android` it has the following errors: > my_proj/platforms/android/app/src/main/java/com/dmc/mediaPickerPlugin/MediaPicker.java:14: error: package com.dmcbig.mediapicker does not exist...

I'd like to be able to allow the user to select PDF files, and possibly TIFF. I don't need these images to display a proper thumbnail, just be select-able and...

Can we get an update of the latest release in npm? Thanks for the great plugin :)

Consider publishing your package to NPM as it’s the proper option for package management. Adding the plugin as suggested in README does not guarantee the stability for the dependency since...

when i run getMedias function with standard libargs i am getting picker view and after selecting few images when i press done it doesnt proceed further or give any success...

The error is below ``` /Users/alexryltsov/Git/BOSS811/master/platforms/android/app/src/main/res/values-de/multiimagechooser_strings_de.xml:3: Error: "library_name" is translated here but not found in default locale [ExtraTranslation] MediaPicker ~~~~~~~~~~~~~~~~~~~ /Users/alexryltsov/Git/BOSS811/master/platforms/android/app/src/main/res/values-de/multiimagechooser_strings_de.xml:4: Error: "all_dir_name" is translated here but not found in...

苹果ios11后的版本出了个HEIC和一个视频格式,只能在苹果设备查看,而要兼容window和安卓,还要去相机里设置兼容性,有些麻烦。 cordova里的camera选择图片的地方可以设置图片格式 navigator.camera.getPicture( this.cameraTakePictureOnSuccess,//选取图片成功 this.cameraTakePictureOnFail,//选取图片失败 { quality: 80,//图片质量 destinationType: navigator.camera.DestinationType.FILE_URI, encodingType: **navigator.camera.EncodingType.JPEG**, sourceType: sourceType, saveToPhotoAlbum: true } ); 并且即使原图是HEIC格式,获得的仍是jpg格式的图片 那么mediaPicker里是否也可以设置一个参数传递这个图片类型,使得获得到的都是jpg?感谢

question

Thanks for this great plugin! I'd like to resize images but it seems there's no way yet. It'd be really awesome to some options to limits their sizes like max...