Hi all,
 
 I am using the following HTML code to access cellphone cam -
 
 <input type="file" id="fileInputID" accept="image/*;capture=camera">
 
 When user click the button she gets a menu asking to select an action and the options are 
 Camera, Camcorder, Voice Recorder, Documents. Is there an option to access the Camera and bypass this menu ?
 
 Thanks,