John F
John F
> ``` > let utterance = new SpeechSynthesisUtterance("hello"); > let voice = speechSynthesis.getVoices()[0] > utterance.voice = voice; // required for iOS > utterance.lang = voice.lang; // required for Android Chrome...
I used this feature heavily in my IDE and was about to dive into writing a custom plugin just for this. There is a shortcut in phpstorm that selects a...
Everything fine here. What may affect the speed you mentioned is your implementation of views which is not part of this library. Are you using recyclerviews? Are you doing a...
Hey. You can easily be inspired from the tests in this library to make your own.
All what you can test for is that your message is sent and exists in the session(). Anything beyond that is actually tested in this library, so would be redundant....
Any updates on this? @renatomarinho
This will not be solved, it's a limitation in recycler view decorations in general (which is what this library depends on). I suggest you close this and hope the android...
That would be a splendid feature, but the plugin name would need to change too :)
Any progress on this?