TelegramMessenger / TelegramMessenger/Telegram-iOS
Custom URI Scheme Links are not clickable
Nobody has claimed this yet.
- 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
- Post maps://maps.apple.com/?q=Moscow
- Click on the link
- Map App will open on any device
Environment
Device: iPhone/iPad X
iOS version: 13.X
App version: 5.X
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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