Link (Electron wrapper)
-
how can I create link which will be open in a default browser not on app (desktop) .
Default method openUrl() open url in app (in new window) (same when using <a href="…">). I need open it in User/OS-default web browser.
-
Take a look at node open
-
I tried to use this solution but encountered many problems.
-
Is there any similar solution like here?