简体   繁体   中英

Html5 audio recording not working on iphone

Does html5 audio recording is supported on iPhone. 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?

Yes, this will currently only work on Android 3.0 devices, you could however look at using phone gap and their javascript media apis

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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