Open ah3243 opened 8 years ago
hey @ah3243 i found this ionic guide about how to implement your own ionic-native
wrapper. But i do not have enough time to try it myself
once you change your code in cloned ionic-native
repo you need to run npm run build
and then copy compiled code to your project's node_modules/ionic-native/src
@macdonst Any plans to support ionic 2?
Your example is working just remove the comment at
declare var SpeechRecognition: any;
Hi are you able to write an example of how to implement this app with ionic 2 and typescript. I'm writting a short demo app but i'm not sure how to reference the plugin. I'm getting a '[ts] Cannot find name SpeechRecognition' Error. Is this plugin compatible with ionic 2 yet?
Below is my main ts component
thanks