Implementing voice recognition api

Hi there,

I have been able to implement Microsoft cognitive speech api (https://www.microsoft.com/cognitive-services/en-us/speech-api) and HP haven (http://www.havenondemand.com/) for web app, but when i create android app for the same. it simply does not work at all. Allow microphone pop up also does not appear.
Is there any configuration which I need to add in mobile-config.js file. Is there something else that need to be done. Please help.

Many of the things that just work in the browser will not inside a Cordova app because the webview is just a renderer. You will need to use a Cordova plugin that gains access to the microphone.