Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Monaca import cordova plugin tts
-
Hello,
My application need import the cordova plugin tts. I have imported it, but I can’t use it.
This is log:
Uncaught ReferenceError: TTS is not define
How can I fix it ?
Please, help me.
Reference: https://press.monaca.io/atsushi/152
Best Regards
-
@Tru-Cao-Dang How did you test the project? On store-version Monaca Debugger (found on AppStore/Google Play) or custom Monaca debugger? On store-version Monaca Debugger, there are only core Cordova plugin included. Any other plugins you add in your project won’t be included. For this reason, whenever you add any other Cordova plugins, you will need to build custom debugger from Monaca Cloud IDE so that it would include those plugins. For more information, please refer to:
-
@khemry Thank for your answer,
I fixed it.
Thank you so much.
-
@Tru-Cao-Dang You are welcome. I’m glad I could help. :D