Is there a view of showing the live camera view inside html ( e.g. embedded in a div ) before we snap a picture using JavaScript? I have tried PhoneGap but it totally starts
There is no direct access to the Camera app using javascript. You can either write a custom PhoneGap (Cordova) plugin to do that.