Sam Ballantyne
Sam Ballantyne

Reputation: 487

iOS HTML Camera Preview input documentation

Is there any Apple documentation for this (used in a UIWebView):

<input type="file" accept="image/*" capture="camera">

Thanks.

Upvotes: 0

Views: 277

Answers (1)

Habovh
Habovh

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

Related Questions