cordova-plugin-tts icon indicating copy to clipboard operation
cordova-plugin-tts copied to clipboard

Problem with TTS definition

Open asso1985 opened this issue 8 years ago • 0 comments

Is working on the ionic emulate ios, but i got "undefined" on android and ios ionic view.

Just by doing this :

  document.addEventListener("deviceready", function () {

  alert(TTS)

  //or

  alert(window.TTS)

   }, false);  

asso1985 avatar Aug 02 '16 09:08 asso1985