pbakondy / cordova-plugin-speechrecognition

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

Ionic 2.3.0 with Native 3+, getting "plugin-not-installed" error #28

Closed gengjunwu closed 7 years ago

gengjunwu commented 7 years ago

Hi,

I just tried this plugin with Ionic 2.3 and Ionic Native 3, when I use the available function to check whether it is supported, I got "plugin-not-installed" error.

I followed the plugin installation instruction from Ionic docs here and configured it following instruction here

I am using Ionic View app to test my app.

My system info:

Cordova CLI: 6.5.0 
Ionic Framework Version: 2.3.0
Ionic CLI Version: 2.2.2
Ionic App Lib Version: 2.2.1
Ionic App Scripts Version: 1.1.4
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Linux 4.9
Node Version: v6.10.0
Xcode version: Not installed

Thank you for your help!

gengjunwu commented 7 years ago

Hi,

I was able to find out the reason why it shows up the error, I do need to use a physical device to test it. Consider it as closed. Thanks.

GJ