1

Is there a way for a web app to access the native iPhone camera and photos? I do not want to use PhoneGap or iOS SDK. From this stackoverflow question a year back, it looks like iPhone camera is not available through Mobile Safari: Can you access the iPhone camera from Mobile Safari? . Is it still the case?

If I can't access camera app in a webapp what are my best options?

Community
  • 1
  • 1
user804135
  • 135
  • 3
  • 11

2 Answers2

2

I used the iPhone app Picup. From my webapp, I called the Picup iPhone app which took the photos and sent to my Rails server.

user804135
  • 135
  • 3
  • 11
1

No, you cannot access the camera API from a web app.

Nick Radford
  • 1,038
  • 6
  • 13