William Scaff
William Scaff
I tested this with Chromium and android. Both aren't working.
On Android the issue is a bit different, it wasn't working because of a bug in my code. Stop works but you can't play the audio again: Minimal example: Add...
This happens because stop actually puts the media into a final state. A more intuitive way to handle stop is to pause it then rewind it. So that you can...
These changes makes the API consistent across backends, because that is the same behavior of Android Native and HTML5.
Changing the name as PR 1169 fix the android issue.
> It seems that going into android settings and changing fullscreen mode for the specified app from automatic to forced fullscreen fixes the issue and the black bar is gone....
It also doesn't like comments. If I remove comments (//) it works.
Implemented !todo command in #44
Use the SELECT to create the pannel and bind the change to a method for copying and pasting.
In the past, I created a Kivy app which used ttsSpeak and recognizeSpeech from the android module to do this. But when I try it now, it breaks.