If we include a hyperlink to a phone number using Markdown syntax in one of the messages returned by the chatbot, the link does not open correctly when clicked (on a mobile phone of course).
For instance, let's say we include the following Markdown syntax in our message:
Please call [(555) 123-4567](tel:+15551234567)
This is turned into a hyperlink when displayed in the chat bot, but the hyperlink doesn't start a phone call when clicked on mobile because the href is replaced with #:
If we include a hyperlink to a phone number using Markdown syntax in one of the messages returned by the chatbot, the link does not open correctly when clicked (on a mobile phone of course).
For instance, let's say we include the following Markdown syntax in our message:
This is turned into a hyperlink when displayed in the chat bot, but the hyperlink doesn't start a phone call when clicked on mobile because the
href
is replaced with#
:so when we click the link, it just opens the same page in another tab
We would expect phone links to be rendered as:
which will initiate a phone call when clicked on a mobile device