custom-protocol-detection
custom-protocol-detection copied to clipboard
Is it possible to wait until browser custom protocol confirmation to be accepted?
When browser is redirected to custom protocol link it shows the custom protocol handler confirmation dialog like this one in Safari:

Unfortunately, right now the lib does not capture this, e.g. fires success callback right away when the dialog is shown (assuming that protocol has been handled).
In reality if user refuses to launch the app some extra actions may be needed so we should somehow detect acceptance and fire some callbacks.
Not really, unless Safari starts implementing something like msLaunchUri.
Shall we submit the issue for them?