Phonegap selecting multiple images from gallery/camera

I'm using the latest version of Phonegap and trying to build an app where users can select and upload multiple images from their gallery. Problem is, users may need to select tons of images, similar to the facebook app. Does phonegap allow this, or is this functionality that can only be done in an native app?

Any help is appreciated.


As far as I know this has to be done as a custom plugin. The core phonegap plugins do not allow for this.

My company has written a plugin that allows multiple images to be selected for iOS and Android. It can be found here: https://github.com/wymsee/cordova-imagePicker

链接地址: http://www.djcxy.com/p/27050.html

上一篇: phonegap应用程序中的图像需要在Facebook上与朋友分享

下一篇: Phonegap从图库/相机中选择多个图像