Launcher.LaunchUriAsync does not work on Xamarin Forms UWP

Viewed 20

I am getting a string from an API and I need to open this string using the standard windows notepad.

I tried:

await Launcher.LaunchUriAsync(new Uri(@"C:\Windows\System32\notepad.exe"));

But nothing happened at all.

0 Answers
Related