Is html5 recording supported on iPhone. I wrote the code, but it does not work. Something is wrong with the code.
<h2>capture=microphone</h2>
<input type="file" accept="audio/*;capture=microphone"></input>
<h2>Test 2</h2>
<input type="file" accept="audio/*" id="capture" />
It works great on Android 2.1. If the iPhone doesn't support html5 sound recording, what is the best alternative way to implement it?
source
share