Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Custom protocols not showing the error box on windows #271

@jbleuzen

Description

@jbleuzen
  • What operating system are you using?
    Windows 10
  • What version of Node.js is on your system?
    None

I tried to use your demo of custom protocols because it's supposed to be supported on OSX and Windows :

screen shot 2016-10-13 at 16 32 33

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 ?

You might want to check PR #270 as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions