Add Open Url to Navigation #359
Unanswered
nickrandolph
asked this question in
Ideas
Replies: 1 comment
-
I found that this API also works on Linux. Have not tried macOS yet. Windows.System.Launcher.LaunchUriAsync(new Uri("http://www.microsoft.com")); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Open Url should open the specified url in either the external browser, or a webview within the context of the application.
This could be used to display content such as a PDF without having to rely on third party libraries
Beta Was this translation helpful? Give feedback.
All reactions