I am currently considering if this is possible to do as a web app (not native app or phone gap app, but a javascript/HTML5 app running in the smartphone/tablet browser):
- User takes a picture
- User shares picture on a server with a comment.
As far as I know, a web app has no access to the device's camera or camera roll, so what are my options then ?
My best idea currently is to have a mail service, where the users can send the photo as a mail, so my questions are:
1) Am I right in my asumptions? 2) Any better ideas than a mail service? 3) If I decided to go the native way, will it be possible to make a phonegap app with access to the camera and photos?