Can you access the iPhone camera from Mobile Safari? [closed] Can you access the iPhone camera from Mobile Safari? [closed] javascript javascript

Can you access the iPhone camera from Mobile Safari? [closed]


Since iOS6, you can use

<input type="file" accept="image/*" capture="camera"><input type="file" accept="video/*" capture="camera">

It will act like a regular file upload, but instead, it will open the iPhone camera and upload a picture or a video.

Hope this help someone.


You can via http://picupapp.com/

It is a Free iPhone App and JS that can convert an upload box into a button that requests the app, along with instructions to the App on where to post the image...

This thing should get an award.

Now if only we could get them to also make it work perfect with Android and Blackberry.


There is a specification from the W3C which would allow this, although to my knowledge none has implemented it yet: http://www.w3.org/TR/2010/WD-html-media-capture-20100928/