Is there a JavaScript API for accessing the the iPhone's camera from Mobile Safari?

link|improve this question

feedback

3 Answers

up vote 8 down vote accepted

Sorry, but there isn’t any...

link|improve this answer
That is a shame, thanks for your help. – kim3er Apr 9 '10 at 12:28
4  
Yet. (Some comments really do only need 4 characters.) – Paul D. Waite Apr 14 '10 at 12:48
feedback

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.

link|improve this answer
2  
Why would you need this in Android? – billynomates Jan 28 '11 at 13:26
Think about it. The person is trying to make a mobile version of a web site that has the ability to capture images from a phone's camera. I'm pretty sure that people accessing a web app wouldn't be exclusively iOS users. – Mateo Jan 23 at 17:21
feedback

Using phonegap, this url would suggest it is possible to take a picture. There is also a specification from the W3C which would allow this, although to my knowledge noone has implemented it yet: http://www.w3.org/TR/2010/WD-html-media-capture-20100928/

link|improve this answer
4  
Phonegap allows you to build native apps, it won't help for accessing from the web via Safari. – jriskin Nov 10 '11 at 5:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.