pbakondy / cordova-plugin-speechrecognition

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

IOS App freezes at finished loading the index page after installation of the plugin #19

Closed lawrencechahld closed 7 years ago

lawrencechahld commented 7 years ago

My app can run normally before. However the app froze at at finished loading of index page after installation of the plugin. Permission granted.

I didn't change any coding and have not yet initialized nor called the plugin, no error message in console.

Angular project cordova version 6.4.0 cordova platform version - ios 3.9.1 ios 10.2.1

pbakondy commented 7 years ago

This is not enough information. Try first to create a new cordova project with this plugin only.

lawrencechahld commented 7 years ago

As your suggested solution, problem resolved. Thank your for your plugin.