TelegramMessenger / TelegramMessenger/Telegram-iOS

Custom URI Scheme Links are not clickable

Open
#244 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Swift
Stars
9k
Forks
2.9k
PR merge metrics
No merged PRs in 30d

Description

Checklist
  • I am reporting an issue in existing functionality that does not work as intended
  • I've searched for existing GitHub issues
Description

When I add links with custom URI Scheme like map:// or comgooglemaps:// this links are not clickable and cannot redirect to the specific app.

Expected Behavior

I can click any url and let ios handle the request

Actual Behavior

Only http:// links are clickable

Steps to Reproduce
  1. Post maps://maps.apple.com/?q=Moscow
  2. Click on the link
  3. Map App will open on any device
Environment

Device: iPhone/iPad X

iOS version: 13.X

App version: 5.X

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.

Research direction

Start by tracing the link detection and rendering path for message URLs, checking how it handles custom URI schemes such as maps:// and comgooglemaps://. Reproduce the issue on iOS 13.x with the supplied maps:// example; done means custom-scheme links become clickable and are handed to the appropriate iOS app.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.