dotnet-ad / dotnet-ad/MarkdownView
Hyperlink does not support mailto: and tel: links
Open
- 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.