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

Is it possible for this plug-in to retrieve videos stored in icloud on ios? (YES)

Open nrikiji opened this issue 6 years ago • 2 comments

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

nrikiji avatar Jan 21 '19 12:01 nrikiji

I am actually interested in a similar question, can this plugin for ios add photos or videos that are in icloud?

Mr-Anonymous avatar Jan 30 '19 17:01 Mr-Anonymous

@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!

DmcSDK avatar Jan 31 '19 06:01 DmcSDK