1
votes

I display the help in my app using the WebBroser:

WebBrowser html = new WebBrowser();
html.setURL("jar:///help.html");

When I run the app in Windows 10 I get the following error:

cli.System.ArgumentException: the given System.Uri cannot be converted into a Windows.Foundation.Uri

1

1 Answers

0
votes

That looks like an issue in the UWP port which is still pretty new and under active development. A brief search shows that it isn't reported yet so I suggest reporting it to get it fixed for the 3.5 release.