Reputation: 487
Is there any Apple documentation for this (used in a UIWebView):
<input type="file" accept="image/*" capture="camera">
Thanks.
Upvotes: 0
Views: 277
Reputation: 499
since UIWebViews are used by Safari, you'll find what you're looking for right here : Safari HTML Reference.
You may also want to take a look at the Supported Input Values section.
Jordan
Upvotes: 1