Custom Protocol Handler

Hi there, I’m aware this question was asked back in 2012, but could not find it asked again. Since originally answering has this feature been added?

I am looking for a solution to launch my app and loaded the corresponding page using a custom protocol handler?

e.g

myApp://url-to-load

Many thanks

No, because having custom protocol handlers is still complicate to do on Windows.

Hi, thanks for the reply. I’ve been doing some research into this and it seems that the coding application atom manages to assign atom:// without any user input with windows?

Thanks

I didn’t say it’s impossible, it’s just complicate because it requires writing to the registry with admin rights and dealing with COM objects.