简体   繁体   English

Html5 录音无法在 iPhone 上运行

[英]Html5 audio recording not working on iphone

Does html5 audio recording is supported on iPhone. iPhone 是否支持 html5 音频录制。 I have written code but it is not working.我已经编写了代码,但它不起作用。 Is there any thing 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 is working fine on Android 2.1 If iPhone do not support html5 audio recording, what is the best alternative way to implement it?它在 Android 2.1 上运行良好如果 iPhone 不支持 html5 录音,实现它的最佳替代方法是什么?

Yes, this will currently only work on Android 3.0 devices, you could however look at using phone gap and their javascript media apis是的,这目前仅适用于 Android 3.0 设备,但是您可以查看使用电话间隙及其 javascript 媒体 API

http://docs.phonegap.com/en/1.2.0/phonegap_media_capture_capture.md.html#CaptureAudioOptions http://docs.phonegap.com/en/1.2.0/phonegap_media_capture_capture.md.html#CaptureAudioOptions

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM