cordova-plugin-mediaPicker icon indicating copy to clipboard operation
cordova-plugin-mediaPicker copied to clipboard

[Question]Return path for IOS and Android

Open dodomui opened this issue 7 years ago • 2 comments

//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.

dodomui avatar Sep 19 '18 10:09 dodomui

you are right.

DmcSDK avatar Sep 20 '18 07:09 DmcSDK

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

dodomui avatar Sep 20 '18 14:09 dodomui