You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin is awesome but when i use these commands i install old version of the plugin code:
npm install cordova-plugin-tts
npm install @ionic-native/text-to-speech
ionic cap sync
I need checkLanguage() and openInstallTts() methods in my project. Can someone help me please?
I use Ionic framework 5 with Capacitor and Angular.
I tried changing TTS.java and tts.js manually but the methods were undefined.
I also tried installing the plugin directly from Github: npm install https://github.com/vilic/cordova-plugin-tts.git --save
It did't help.
I think ionic-native adds somekind of a wrapper to the plugin. I have no expierience with making plugins. I need step by step instruction how to overide this.
The text was updated successfully, but these errors were encountered:
This plugin is awesome but when i use these commands i install old version of the plugin code:
I need checkLanguage() and openInstallTts() methods in my project. Can someone help me please?
I use Ionic framework 5 with Capacitor and Angular.
I tried changing TTS.java and tts.js manually but the methods were undefined.
I also tried installing the plugin directly from Github:
npm install https://github.com/vilic/cordova-plugin-tts.git --save
It did't help.
I think ionic-native adds somekind of a wrapper to the plugin. I have no expierience with making plugins. I need step by step instruction how to overide this.
The text was updated successfully, but these errors were encountered: