Questions tagged as 'acessibilidade'

0
answers

Audio description in videos player- HTML 5

I'm seeing to implement audio description in the videos in the company where I work, at first I thought we created 2 videos and a button in the player to switch to the video with Audio B with the description, but I do not know if this would be t...
asked by 15.09.2016 / 18:48
1
answer

Accessibility (contrast) via Javascript

I have a website that I have to have the following methods: Increase font size, Decrease font size, Contrast. I have already achieved the first two, I now need to contrast with pure javascript. Has anyone done anything like this? Pre...
asked by 29.09.2014 / 19:58
1
answer

Angular Accessibility

Hello, I'm developing a project and implementing accessibility in it. So fine, the screen reader works okay. My problem is when I exit from screen A and I go to screen B, on screen B has a loading, I would like to warn the screen reader that...
asked by 27.09.2018 / 22:48
0
answers

Android - How To Tell If TalkBack Is Talking And Stopping TTS Talks

Good morning. I'm working with TextToSpeech on android to speak a sequence of texts. as it's a big string I'm using a new thread for this. the problem is that when talkback speech accessibility is enabled, it stops reading my app to speak the no...
asked by 12.09.2018 / 16:56
0
answers

Changing CSS using Javascript

To apply accessibility features to a site (contrast / major font / smaller font), I created alternate .css files with the formatting I wanted, and called those files via javascript. However, especially when the connection is slow, when the funct...
asked by 21.08.2018 / 17:11
2
answers

Applying contrast on the page by means of cookies

I have a button on an accessibility bar, which when clicked calls the following function: function contraste2 () { var css = document.querySelector('#css'); var contraste = Cookies.get("contraste"); if (contraste == "contrastein...
asked by 10.08.2018 / 19:15
0
answers

Keyboard navigation for accessibility

We are developing a site with accessibility (support this idea: D), but we encounter the following problem. When we created the shortcuts:    Alt + 1 In Chrome it changes the tab and does not go to the value indicated, which is the conten...
asked by 11.06.2018 / 23:50
1
answer

How to manipulate where the focus of VoiceOver from Iphone will appear on the next screen when accessibility is active?

I have an Accessibility problem only on the Iphone, some APP pages are in Webview made in .aspx and these screens use a MultiView structure, that is, a single page .aspx can have several following screens and are loaded as if it were an ajaxs. W...
asked by 16.03.2017 / 15:01