wymsee / cordova-imagePicker

Cordova Plugin For Multiple Image Selection
MIT License
407 stars 853 forks source link

Forked version of imagePicker to support video files? #253

Open gkimpson opened 6 years ago

gkimpson commented 6 years ago

I am using the imagePicker in a small application (and it works great) but I would like to be able to also use the plugin to select videos files (.mp4, .mpg etc...)

Would it be fairly easy to modify the the ImageFetcher & MultiImageChooserActivity java files to allow for the user to select video files from their phone media gallery - how tricky would this be? Has anyone got a solution that will work with both Android & iOS?