I have created a mobile web application using HTML5 and CSS3, it’s doesn’t have any native feature. Now, I need to provide voice search functionality in my app. I explored and find that google has launched one ‘google voice app’ for all the platforms. My questions is – Can I add this functionality in my pure mobile web application or it has to be a native call to recognize the voice?
Share
Are you looking for something like this : Speech Input
Chrome supports speech recognition for text input. You can use this by using this in your HTML
<input type=”text” speech x-webkit-speech />