cordova-plugin-mediaPicker
cordova-plugin-mediaPicker copied to clipboard
Is it possible for this plug-in to retrieve videos stored in icloud on ios? (YES)
This is a question. Is it possible for this plug-in to retrieve videos stored in icloud on ios?
MediaPicker.getMedias({
selectMode: 101
}, url => {
// loading.dismiss()
console.log("################# success")
console.log(url)
}, err => {
// loading.dismiss()
console.log("################# failed")
console.log(err)
})
I am experimenting with such code, but neither sucess nor failed is called. . .for videos
I am actually interested in a similar question, can this plugin for ios add photos or videos that are in icloud?
@nrikiji @Mr-Anonymous the plugin support icloud video and image
@nrikiji sucess callback function execute when your select something image or video and click done button , oh ! the getMedias fun name seem not good,sorry my English not good!