Opening clicked links in the host systems browser? #303
Unanswered
SampoVirtanen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to achieve this? Currently when you click a link in Word, for example, it opens in the Windows systems browser.
It should be possible to intercept the link opening function or even create a script that intercepts the link and set it as the default browser in Windows. After that, you'd need to send the link to the host and from there, a script would open it in the hosts default browser. Could something like this be implemented directly into WinApps? If not, is there some other way to achieve this?
If the goal of the project is to implement Windows apps into Linux as if they were native, this is a pretty large gap in functionality. I believe implementing it would be a big step towards achieving the goal of the project.
Beta Was this translation helpful? Give feedback.
All reactions