pbakondy / cordova-plugin-speechrecognition

:microphone: Cordova Plugin for Speech Recognition
MIT License
196 stars 116 forks source link

Error Details are not found. #52

Open IAmArnab opened 7 years ago

IAmArnab commented 7 years ago

I have added onresult and onerror event listener to my SpeechRecognition object. onresult callback is working fine but onerror is not.

when a onerror event fires, "event" object has only one information ["type":"error"]. There is no error details or message available.