Feature #10889
open
Add support for the 'tel' URL protocol handler
Added by jacob helms almost 13 years ago.
Updated 4 months ago.
Description
I have been trying to figure out how to link a phone number so that a mobile user can click on it and call the number. The html code is quite simple however I cant figure out how to make it work in redmine. Any help would be deeply appreciated.
Html Code example: <a href="tel:+1800229933">Call us free!</a
- Subject changed from Text Syntax to Add support for the 'tel' URL protocol handler
- Category set to Text formatting
Dunno though if it is a (frequently) needed feature for most of the Redmine users.
Supported in RedCloth 4. More about RedCloth 4: #6269
- Related to Feature #14203: Add support for the 'notes://' protocol handler added
- Has duplicate Feature #20829: Support tel for phone numbers in wiki added
+1
We have a user defined field for the users with the telefon number of the user. At the moment we cannot create a link out of it because the tel:/ protocol is not allowed
- Related to Patch #41941: Add support for tel: protocol to custom fields added
Stephan Meyer wrote in #note-5:
+1
We have a user defined field for the users with the telefon number of the user. At the moment we cannot create a link out of it because the tel:/ protocol is not allowed
I have submitted a patch for it in #41941.
With the markdown option the tel protocol is supported out of the box when writing the link in this format:
[+12 341234](tel:+12341234)
Also available in: Atom
PDF