dotnet-ad / dotnet-ad/MarkdownView

Hyperlink does not support mailto: and tel: links

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
129
Forks
40
PR merge metrics
No merged PRs in 30d

Description

Tapping the following link does not perform any action:
`[me@example.com](mailto:me@example.com)`
`[+31 6 12345678](tel:+31612345678)`

If I execute the following code on Xamarin.Forms:

`Device.OpenUri(new Uri(mailto:me@example.com));`
A new email is created.

`Device.OpenUri(new Uri(tel:+31612345678));`
Phone is opened.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.