A very basic way of adding access to the device camera is to add the attributes accept=”image/*” and capture=”camera” to the input field used to upload files in this form. This input field includes another attribute multiple=”multiple” that will need to be removed or iOS will bypass the “take a picture” option and just present the user with the camera roll.
Hope this is useful.
Thanks Rashed, great plugin!