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类似微信
Is there any possibility to restrict the folder, or select the initial folder? Example: I just want my users to select photos from the camera folder but it displays files...
Hi all, There are two permissions that allows to write/read external storage for Android platform. We received this permissions as a vulnerability from the penetration test. Therefore I need to...
Hi, We have use this plugin, Working fine with android but in ios creating some listed issue. - selection of only photos work fine. - selection of mixed(photos & Videos)...
This is a question. Is it possible for this plug-in to retrieve videos stored in icloud on ios? ``` MediaPicker.getMedias({ selectMode: 101 }, url => { // loading.dismiss() console.log("################# success")...
defaultSelectedList Option Hello Sir, Firstly, Thanks For Great Work. Secondly, is defaultSelectedList option work? how use it? Can load only media in specific directory? Best Regards Alaa Nasr
Hi, When using RTL layout, the media picker library isn't working right: - The back button isn't shown, - The folder picker doesn't show the name of the folder and...
//medias [{mediaType: "image", path:'/storage/emulated/0/DCIM/Camera/2017.jpg', uri:"android retrun uri,ios retrun URL" size: 21993}] Based on the documentation, the return parameter for Android is medias[0].uri, for IOS is medias[0].URL? Am I right? I...
Can i convert the images returned from `MediaPicker.getMedias` function into base64 without converting to thumbnail with `MediaPicker.extractThumbnail` i mean that preserves the image size that I get it from the...
Hi DMC Big, Thanks for the wonderful plugin. Could you please add this feature. It will be really useful for all. Currently when user clicks on "ALL IMAGE" text at...