I want to access the android mobile photogallery from the android browser.
I included the cordova.js in my application (basically a mvc3 application), but it doesn't work for me (navigator.camera is undefined).
Do I need to include any other files/libraries in my application apart from cordova.js? Is it possible to access the device resorces in browser or not?