Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlink does not support mailto: and tel: links #5

Open
nielscup opened this issue Sep 16, 2018 · 0 comments · May be fixed by #15
Open

Hyperlink does not support mailto: and tel: links #5

nielscup opened this issue Sep 16, 2018 · 0 comments · May be fixed by #15

Comments

@nielscup
Copy link

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.

@nrobison nrobison linked a pull request Jul 18, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant