javascript - How to record and play voice in ios6 using HTML5 -
We are developing web applications in HTML5 and Javascript.
We need to implement the functionality of voice recording. We have used it but it is not helping to use Flash for recording on the iPad.
Can you please consider which is the best option for recording sound in the web application in the iPad?
Thank you
>
You can create an app using PhoneGap - this way you will get access to some basic APIs like:
< Code> var media = new media (); Media.startRecord ();
Comments
Post a Comment