[WASM][WindowsAppSDK][.NET6] Launcher.LaunchUriAsync not working #7773
Unanswered
DierkDroth
asked this question in
Q&A
Replies: 2 comments 7 replies
-
|
Hey @DierkDroth, unfortunately this kind of interaction is not possible, as the file is located on local drive and browser rules prevent sites from opening "file:" URIs directly for security reasons. Browser itself can open a |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Thanks @MartinZikmund
Not sure what you mean by that. Could you elaborate? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My custom app manages documents which I wanted to download and open similar to how it works on Windows desktop.
I'm trying to create and launch a document file following directions here:
However, it doesn't work: no browser tab nor window is opened. No exception is thrown, but the browser console shows error:
Any idea what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions