Simon MacDonald

Results 45 comments of Simon MacDonald

@ardakazanci if you want to use Annyang with Cordova you will need to add in the speech rec plugin. https://github.com/macdonst/SpeechRecognitionPlugin Then the web speech API should be available for annyang...

@lesliepound try this one: https://www.npmjs.com/package/phonegap-plugin-speech-recognition which is based on the web speech api and uses the Android speech rec package.

On iOS you don't even need a plugin. The speech synthesis part of the W3C API is implemented in the web view.

@andersborgabiro yeah, that is why my plugin follows the w3c api. So the same API works on Android and iOS even though you don't actually "need" the plugin on iOS.

@mgkaradag what @jlchereau is correct. On iOS 10 and greater you can just use the Web Speech API as it is already in the web view. This way you are...

@seme1 the PhoneGap team has created a number of templates that use F7/Vue to create mobile apps that can run on Android, iOS or as a PWA. Check out the...

@valnub there is also: https://github.com/phonegap/phonegap-template-vue-f7-blank https://github.com/phonegap/phonegap-template-vue-f7-tabs and @devgeeks is documenting creating an app using one from scratch.

Yeah, I'm also looking to play a sound as the timer counts down. Having a progress event fired would help but having the clock handle playing the sound would probably...

@Pradumnasaraf I don't work for Adobe anymore so I can't help with this PR.

@jcesarmobile we can do a "squash and merge" for this PR then only one commit will show up.