custom-protocol-detection icon indicating copy to clipboard operation
custom-protocol-detection copied to clipboard

Detect whether a custom protocol is available in browser (FF, Chrome, IE8, IE9, IE10, IE11, and Edge)

Results 28 custom-protocol-detection issues
Sort by recently updated
recently updated
newest added

Open the client's API for success or failure callback

Currently the timeout trick doesn't work anymore on Safari/iOS, but the iframe trick does.

Currently I managed to make it work in Safari with `a` tag, should I do it with `div` as in examples for better compatibility or can keep it? Also, I...

Steps: 1. Install custom protocol in the Windows register. 2. Execute link with the protocol in Firefox and check "remember my choice for ... links". 3. Uninstall custom protocol from...

We have applications that are sometimes slow to launch for some users. Having the ability to control the timeouts would be very helpful in these cases. I'll create a pull...

Does anyone else find that if you click the above option for protocols being launched, the onBlur method being used in Chrome doesn't call and you always end up running...

Custom protocol detection succeeds even when there is no app handler for it on Firefox 57 MacOS.

When browser is redirected to custom protocol link it shows the custom protocol handler confirmation dialog like this one in Safari: ![image](https://user-images.githubusercontent.com/1530410/29947652-ab06a7a2-8e5f-11e7-8790-3a1d759a4f8f.png) Unfortunately, right now the lib does not capture...

I'm currently experiencing an issue with Chrome (build 49.0.2623.87) and a custom protocol on both Windows 8 and Windows 10. The first time the custom protocol is used in Chrome,...

Hi Probably need a special registration of the new protocol in the register of Windows?