Skip to content

iOS VoiceOver cannot correctly read links embedded in text. #690

@rayGuoRay

Description

@rayGuoRay

I'm trying to render the HTML

textlinktext

using RenderHtml. But on iOS devices with VoiceOver, the "link" isn't correctly announced as a clickable element. How can I ensure VoiceOver properly reads the accessibility content for the link?

the React Native code:

<RenderHtml
contentWidth={width}
source={{
html: '

This topic provides links for battery and power issues.

',
}}
tagsStyles={tagsStyles}
{...htmlConfig}
/>

react-native-render-html version is 6.3.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions