wymsee / cordova-imagePicker

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

phonegap build #100

Open ghost opened 8 years ago

ghost commented 8 years ago

do you think if you can make it work for latest Phonegap Build? I add line

in config.xml for Phonegap Build. It was built fine. But imagePicker.js is not included. If I manually include this file and load it through index.html, it will immediately crash the app when "getPictures" is called.

ghost commented 8 years ago

i mean a line as: gap:plugin name="cordova-plugin-imagepicker" source="npm"