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?
<input type="file" name="video" accept="audio/*" capture>. See Correct Syntax for HTML Media Capture. - Octavian Naicu