DmcSDK / cordova-plugin-mediaPicker

cordova android ios mediaPicker support selection of multiple image and video gif ✨ cordova android 和 ios 图片视频选择cordova插件,支持多图 视频 gif,ui类似微信
MIT License
139 stars 93 forks source link

maxSelectSize not working #73

Closed 2xSamurai closed 5 years ago

2xSamurai commented 5 years ago

Hello. Firstly thank you for the plugin. It's great.

maxSelectSize is not working. Even if I specify a smaller size, nothing happens. Can you please check.

Also, can you also add the file size property to video file Array?

Thank you.

DmcSDK commented 5 years ago

@2xSamurai sorry ! ios can not support maxSelectSize args.

2xSamurai commented 5 years ago

@DmcSDK Oh I see. Thank you for the quick response. Any way I can get the file size of the file after I select it?

DmcSDK commented 5 years ago

@2xSamurai maybe this sample code will help you。 MediaPicker.getMedias(args, function(medias) { var media=medias[0]; var size=media.size; }

2xSamurai commented 5 years ago

@DmcSDK

Ok, Thank you very much. I think the size is not there for vides though. I am closing the thread. Again thank you very much for the plugin.