In my web app (not native app) for mobiles, I want to take a photo and upload it, but I don't want to use Adobe Flash. Is there any way to do this?
|
|
In iPhone iOS6 and from Android ICS onwards, HTML5 has the following tag which allows you to take pictures from your device:
I think this tag will definitely not work in iOS5, not sure about it. |
|||||
|
|
|
I don't think you can - there is a W3C draft API to get audio or video, but there is no implementation yet on any of the major mobile OSs.
|
||||
|
|
I don't know of any way to access a mobile phone's camera from the web browser without some additional mechanism (i.e. Flash or some type of container that allows access to the hardware API) For the latter have a look at PhoneGap: http://docs.phonegap.com/phonegap_camera_camera.md.html With this you should be able to access the camera at least on iOS and Android-based devices. |
|||||||||||||
|
|
AppMobi HTML5 SDK promises access to native device functionality - including the camera - from an HTML5-based app (I haven't tried it myself). Also see the HTML5-based answers in this post. |
|||||||
|
|
well, there's a new HTML5 features for accessing the native device camera - "getUserMedia API" NOTE: HTML5 can handle photo capture from a web page on Android devices (at least on the latest versions, run by the Honeycomb OS; but it can’t handle it on iPhones but iOS 6 ). |
|||||
|
|