We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tapping the following link does not perform any action: [[email protected]](mailto:[email protected]) [+31 6 12345678](tel:+31612345678)
[[email protected]](mailto:[email protected])
[+31 6 12345678](tel:+31612345678)
If I execute the following code on Xamarin.Forms:
Device.OpenUri(new Uri(mailto:[email protected])); A new email is created.
Device.OpenUri(new Uri(mailto:[email protected]));
Device.OpenUri(new Uri(tel:+31612345678)); Phone is opened.
Device.OpenUri(new Uri(tel:+31612345678));
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Tapping the following link does not perform any action:
[[email protected]](mailto:[email protected])
[+31 6 12345678](tel:+31612345678)
If I execute the following code on Xamarin.Forms:
Device.OpenUri(new Uri(mailto:[email protected]));
A new email is created.
Device.OpenUri(new Uri(tel:+31612345678));
Phone is opened.
The text was updated successfully, but these errors were encountered: