【发布时间】:2011-06-07 05:48:25
【问题描述】:
iPhone 是否支持 html5 音频录制。我已经编写了代码,但它不起作用。 代码有什么问题吗
<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 录音,那么实现它的最佳替代方法是什么?
【问题讨论】:
-
哇,不知道你可以在安卓手机上做到这一点。将不得不在某个时候进行测试。
标签: iphone html mobile-safari