问题
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?
回答1:
As of IOS 8.3, it's not supported by Safari.
http://caniuse.com/#search=getusermedia
来源:https://stackoverflow.com/questions/31248773/audio-recording-html5-on-ios