skiptools / skiptools/skip-ui

Can't intercept Markdown links activated by Android Talkback

Open
#435 0 comments 0 reactions 1 assignee View on GitHub

@dfabulich is already working on this.

Since May 18, 2026.

Dominant language
Swift
Stars
330
Forks
76
Avg merge
3h 6m
Merged PRs (30d)
1

Description

Text("Markdown [Link text](example://intercept) to intercept")
    .environment(\.openURL, OpenURLAction { url in
        logger.info("Intercepted link: \(url)")
        return OpenURLAction.Result.handled
    })

When you tap on the link with your finger, it will log "Intercepted link," but if you turn on Android Talkback, navigate to the link, and activate it, it will bypass the OpenURLAction.

This is happening because link handling is implemented with a pointerInput modifier.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.