wazzaday
wazzaday

Reputation: 9664

Audio Recording html5 on iOS

I am attemping to access the microphone on iOS in order to capture user input.

<input type="file" accept="audio/*;capture=microphone">

But whenever I click this I see the options (take photo or video, photo library)

How can I access the microphone only?

Upvotes: 4

Views: 5462

Answers (1)

jrockers
jrockers

Reputation: 535

As of IOS 8.3, it's not supported by Safari.

http://caniuse.com/#search=getusermedia

Upvotes: 2

Related Questions