You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
I tried to use your demo of custom protocols because it's supposed to be supported on OSX and Windows :
I made some tests and it works perfectly on OSX, the error box is popping, telling me what URI I clicked on.
But on Windows, the error box doesn't appear, only the application is popping.
As far as I understand :
the error box is displayed because app.on('open-url') is only available on macOS
the application is displayed on Windows thanks to `
My point is it possible to implement a way to show the error box on Windows ?