desmeit
desmeit
I try to run a setinterval while the app is in background under IOS 11. document.addEventListener('deviceready', function () { cordova.plugins.backgroundMode.enable(); cordova.plugins.backgroundMode.onactivate = function () { console.log('Background Mode'); }; }, false);...
I get this error: ``` Check dependencies The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be...
Hello, is it possible to use your plugin and this plugin https://github.com/edimuj/cordova-plugin-audioinput simultaneously? I want to try the following in this direction: // audioinput plugin audioinput.start(); // speechrecognition plugin window.plugins.speechRecognition.startListening(function(result){}...
``` window.plugins.speechRecognition.isRecognitionAvailable(function(available){ if(!available){ alert("Sorry, not available"); } }); ``` I tested it on Android 5.0, Phonegap cli-6.5.0 and cordova-plugin-speechrecognition 1.2.0 but i always get the error message: "Sorry, not available"....
I get this error with android. what could the problem be?
I activated the new Siri Voice on my Iphone X but with this Plugin it is only possible to hear Anna (German Voice). But this is a very ugly Robot...
The Samsung speech engine is pre-installed on my Samsung Test-Phone. I think this is the case with many users. The Google-Speech-Engine is much better. How can I force the Google-Speech-Engine...
Hi, the plugin is working great. I use it with the Background Mode Plugin. https://github.com/katzer/cordova-plugin-background-mode The problem is, if I start TTS (even if I give an empty string) the...
## 🐛 Bug Report The user should be able to choose the voice. For this I output a list with the voices of the language. In German it takes a...