-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
More suggestions related to playing audio attachments content #688
Comments
Thanks for the suggestions! That makes perfectly sense, I'll see how I can implement both of them. |
Hello, When the fakePlayer is being used with the play button only, I would also like to stop screen readers from focusing that disabled slider. Perhaps by just adding clearAndSetSemantics modifier into it. And there is another issue with the player it-self that I haven't realized yesterday. |
It is likely to be an oversight by the player library developers, as are the hard coded English content descriptions of the buttons. The good news is that the UI can be replicated completely if needed, the bad news is that it is a little extra work. If only we could find a compromise not to reimplement everything it would be better. |
I can't find where that AudioPlayerComposable is implemented. Can you please try to take a look as well? |
Hello,
Thanks for all the hard work even during holiday.
This is related to my feature request #659 and related pull request #686.
I know this is not yet released to public however I've built it on my own and here's my feetback.
Recently I have added two posts that include audio attachments into my bookmarks.
When I open the side menu, press the bookmarks first post is visible as a whole and the second post is visible partially.
Each of these two posts includes single audio file attachment.
And both of the audio files start to play simultaneously right after I open the bookmarks screen.
I think it would be nicer if the audio player would start stopped and the playback should start after pressing the play button.
Additionally there is something for the discussion as I am not sure you will like to accept such a suggestion.
I am thinking the player should only display the single control the play button when scrolling the timeline. After the play button is pressed at least once it should expand to display other controls such as repeat, prev / next and the slider. When the timeline is being navigated with a screen reader I'd suggest to present as few clickable controls to screen readers as it remains very easy to navigate by posts. It's a continuation of the idea why most of the inline clickables are also implemented as an accessibility actions. Thanks for adding dislike action like that as well.
The text was updated successfully, but these errors were encountered: