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

[Question]Return path for IOS and Android #40

Open dodomui opened 6 years ago

dodomui commented 6 years ago

//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 tried it seem both return as uri (medias[0].uri).

Thanks if anyone could share your experience with me.

DmcSDK commented 6 years ago

you are right.

dodomui commented 6 years ago

@DmcSDK Thanks a lot for fast reply and assist. Have a nice day.