Skip to content

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

Description

@nielscup

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions