2

I would like to develop a web app for mobile and need to access iphone camera from the web browser without native mobile app.

I don't want to take a picture and upload one from my album.

Can I capture video-cam using iphone? If I can not do this, please give me any suitable suggestions to do this. Thanks for any help

4

1 Answer 1

2

You can use a file input and then parse the file they upload: <input type="file" accept="image/*">. On iOS, you get the option to take a picture.

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