1

When I test accessibility , it does not read the html rendered content.

<Text accessible={true}>
          <RenderHtml source={source} renderersProps={renderersProps} />
        </Text>
ANIME
  • 11
  • 1
  • how you test your RN application with accessiblity? – nima Aug 19 '21 at 08:46
  • content will only work if the content is not through the HTML but here my content is html as I am using react-native-render-html library, is there way through which I can add accessibility if using this library to display rendered html content ? – ANIME Aug 19 '21 at 17:40
  • I test by settings>accessibility>Spoken content – ANIME Aug 19 '21 at 17:42
  • Press the Home button on the iOS device (round button located on the bottom middle of the screen) >> Tap Settings. >> Tap General. >> Tap Accessibility. >> Tap VoiceOver. >> Hold the VoiceOver switch and swipe to the right to turn it on. >> Hold the Speak Hints switch and swipe to the right to turn it on. – ANIME Aug 19 '21 at 17:42
  • are you trying using "iframe " inside of RN application? – nima Aug 19 '21 at 17:51

0 Answers0