2011-06-07 82 views
3

在iPhone上是否支持html5音頻錄製。我寫了代碼,但它不工作。 是否有任何一點毛病代碼Html5音頻錄製不能在iphone上工作

<h2>capture=microphone</h2> 
<input type="file" accept="audio/*;capture=microphone"></input> 
<h2>Test 2</h2> 
<input type="file" accept="audio/*" id="capture" /> 

它在Android 2.1 工作正常,如果iPhone不支持HTML5的音頻錄製,是什麼來實現它的最佳替代品呢?

+1

哇,不知道你能做到這一點在Android電話。必須在某個時候測試一下。 – 2011-10-11 16:22:13

回答