Open Camera or Gallery from “ inappbrowser ” in Apache Cordova
问题 I have a hybrid application developed using Apache Cordova, within that application I am using " inappbrowser ". Now the requirement is to open Camera or Gallery from the inappbrowser, I am not able to figure out how to achieve this. For developing this application I am using backbone.js, JQuery, bootstrap.js. Here is the code snippet of Backbone's View : var mainScreenView = Backbone.View.extend({ el: $('.panel'), templateMainScreen: _.template($('#templateOne').html()), events: { "click