Skip to content

Instantly share code, notes, and snippets.

@mockee
Created October 4, 2012 13:40
Show Gist options
  • Save mockee/3833588 to your computer and use it in GitHub Desktop.
Save mockee/3833588 to your computer and use it in GitHub Desktop.
iOS6 Media Capture API test
<!doctype html>
<html>
<head>
<title>Media Cpature API</title>
</head>
<body>
<input type="file" accept="image/*" capture="camera">
<input type="file" accept="video/*" capture="camcorder">
<input type="file" accept="audio/*" capture="microphone">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment