Open dodomui opened 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.
you are right.
@DmcSDK Thanks a lot for fast reply and assist. Have a nice day.
//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.