translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 7 of 7 questions

Accessibility focus event in React Native

Stackoverflow

I'm programming a react native game app for blind kids to help them with maths.

Tags: 
  • react-native
  • accessibility

How i make TouchableHightLight (checkbox) in React Native Accessibility?

Stackoverflow

I work on accessibility for an ios app.

I use TouchableHightLight on checkboxes.

Tags: 
  • react-native
  • touch
  • accessibility
  • react-native-ios

Can I conditionally adjust list item height in React Native based on a user's accessibility setting?

I'm working on a React Native app that uses FlatList to render rows of data. Each row contains an icon on the left and an item title and description on the right.

Tags: 
  • javascript
  • css
  • layout
  • react-native
  • accessibility

How to get React-Native to announce specific accessibility message via AccessibiliyManager?

Stackoverflow

How would you approach announcing an accessibility message via TalkBack on Android (or iOS equivalent)? Is this possible with existing ReactNative version?

Tags: 
  • android
  • react-native
  • accessibility
  • react-native-android

React-Native iOS accessibilityViewIsModal property doesn't work

Stackoverflow

I am using Accessibility with VoiceOver in my app.

Tags: 
  • ios
  • react-native
  • accessibility
  • voiceover

React-Native: How to make Talkback recognize Touchable components as interactive?

I'm trying to make my React Native app accessible.

In native, when I have a Button, TalkBack says my content description, then the component type and then a hint like:

Tags: 
  • android
  • react-native
  • accessibility