mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
How to open file/url in external app #306
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @robalexclark on GitHub (May 10, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
I'm trying to open pdfs and external urls in the default browser for both applications (not within the electron app). I researched and found that there might be a way using the electron shell:
But the about does not work 'require is not defined' I appreciate I am probably missing something fundamental here! How do you access the electron js functions from your own js files?