Skip to content

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

@nielscup

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions