TalkbackTutorial / Application

An Android App as Talkback Tutorial.
6 stars 2 forks source link

Talkback focus description on media controls #18

Closed Andre-Pham closed 2 years ago

Andre-Pham commented 2 years ago

The Talkback focus description on any of a media controller's components is less than ideal. To reproduce:

  1. Start a module that uses the media controller (e.g. Lesson 4 Module 1 Start and Stop Media)
  2. Select the play button while Talkback is on.

This effect occurs on other parts of the media controller such as its body.

https://user-images.githubusercontent.com/60597159/169698341-b5e99a88-a82c-42bf-9cd1-3410e33a2763.mov

llawll commented 2 years ago

Seems like this is harder than just changing the description of the view in the XML file. Will need to look into it further. I'll probs will need to move this to the next sprint

llawll commented 2 years ago

This issue could not be resolved. Our team has tried to resolve the bug but the only way is to remove videoview and create our own custom videoview. This may take more time to reconstruct the activity, hence we will be closing the issue.