Hey Frank, this list is for people who are developing Cordova itself, not for general tech support. Please use this Google Group:
https://groups.google.com/forum/#!forum/phonegap On 9/26/14, 10:13 AM, "Frank He" <hexuf...@gmail.com> wrote: >This is a very annoying issue, I am using cordova with backbone to build >hybrid solution, and I want user to select photo to upload. please see >following code: > >events:{ > "click #btnPhotos": "getPhoto", > "click #btnCamera": "capturePhoto" > },