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

Thanks for your help with this great plugin! I'm looking to better support a couple cases with the new iOS 14 camera roll permissions. iOS 14 now allows users to...

This is my "package.json": { "name": "ionic-whatsapp-mock", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ionic cordova run browser --live-reload", "build": "ng build", "test": "ng test",...

hello, How do I set the language to EN ? Currently I have turkish .. or something

``` window.MediaPicker.fileToBlob(media.path, function(data){ console.log(data) }, function(error) { console.log(error) }) ```

https://cordova.apache.org/announcements/2020/06/29/cordova-android-9.0.0.html

It seems , i am not able to import this plugin inside ts, How would be the import statement if it supports ionic ?

Hi, I am using the latest version of the plugin and I have a build error in IOS. The XCode error is as follows: cordova-plugin-mediapicker-dmcsdk/MediaPicker.m:40:13: Property 'modalInPresentation' not found on...

Preview was working fine on iOS 12.4, but now on iOS 13 it's showing just a half of picture

MediaPicker.getMedias is failing (invoking the error handler), but no error object is being passed in. At least nothing serialisable. Does this need any special permissions?